aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-cursory-default-delete.cpp
AgeCommit message (Expand)Author
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