summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-cursory-default-delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement isDefined by call to isThisDeclarationADefinition.Serge Pavlov2017-06-041-3/+3
* Fix rejects-valid caused by r261297.Nico Weber2016-02-241-0/+33
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-0/+60
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-1/+1
* Add tests for two more asserts that r226365 fixed according to SLi's bot.Nico Weber2015-01-171-0/+12
* Add a test for something that used to crash before r226365.Nico Weber2015-01-171-0/+10
* Improve diagnostic on default-initializing const variables (PR20208).Nico Weber2014-07-231-1/+1
* PR16638, DR1552: the exception specification on an implicitly-declaredRichard Smith2014-02-071-1/+1
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-041-0/+4
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-7/+11
* Explicitly defaulted constructors cannot be used for default initialization.Aaron Ballman2012-07-311-2/+3
* Fold the six functions checking explicitly-defaulted special member functionsRichard Smith2012-05-151-7/+9
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-161-0/+6
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* constexpr functions are implicitly const. More tests to follow.Richard Smith2011-09-301-1/+1
* Fix some minor bugs and add a lot more test cases for defaultedSean Hunt2011-05-171-0/+69