| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and | Richard Smith | 2012-02-25 | 1 | -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 than | Richard Smith | 2011-10-13 | 1 | -3/+3 |
| | | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
| * | Update our diagnostics to properly account for move operations. | Alexis Hunt | 2011-05-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 132096 | ||||
| * | Implement a few basic tests for defaulted and deleted functions. | Alexis Hunt | 2011-05-13 | 1 | -0/+23 |
| More comprehensive testing once copy {constructors,assignment operators} can be defaulted. llvm-svn: 131275 | |||||

