aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/cxx0x-default-delete.cpp
AgeCommit message (Expand)Author
2012-12-08Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose
2012-02-25Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes andRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-25Update our diagnostics to properly account for move operations.Sean Hunt
2011-05-13Implement a few basic tests for defaulted and deleted functions.Sean Hunt