summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-cursory-default-delete.cpp
AgeCommit message (Expand)Author
2017-06-04Implement isDefined by call to isThisDeclarationADefinition.Serge Pavlov
2016-02-24Fix rejects-valid caused by r261297.Nico Weber
2016-02-19Implement the likely resolution of core issue 253.Nico Weber
2015-04-17Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber
2015-01-17Add tests for two more asserts that r226365 fixed according to SLi's bot.Nico Weber
2015-01-17Add a test for something that used to crash before r226365.Nico Weber
2014-07-23Improve diagnostic on default-initializing const variables (PR20208).Nico Weber
2014-02-07PR16638, DR1552: the exception specification on an implicitly-declaredRichard Smith
2014-02-04Add implicit declarations of allocation functions when looking them up forRichard Smith
2012-12-08Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith
2012-07-31Explicitly defaulted constructors cannot be used for default initialization.Aaron Ballman
2012-05-15Fold the six functions checking explicitly-defaulted special member functionsRichard Smith
2012-02-16Allow thread safety attributes on function definitions.DeLesley Hutchins
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-30constexpr functions are implicitly const. More tests to follow.Richard Smith
2011-05-17Fix some minor bugs and add a lot more test cases for defaultedSean Hunt