summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx0x-default-delete.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes andRichard Smith2012-02-251-0/+11
| | | | | | | | | data members for deleted or user-provided destructors. Now it's computed in advance, serialize it, and in passing fix all the other record DefinitionData flags whose serialization was missing. llvm-svn: 151441
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-3/+3
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Update our diagnostics to properly account for move operations.Alexis Hunt2011-05-251-1/+1
| | | | llvm-svn: 132096
* Implement a few basic tests for defaulted and deleted functions.Alexis Hunt2011-05-131-0/+23
More comprehensive testing once copy {constructors,assignment operators} can be defaulted. llvm-svn: 131275
OpenPOWER on IntegriCloud