Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -2/+2 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Finish implementing (de-)serialization of the CXXDefinitionData bits | Douglas Gregor | 2011-09-06 | 1 | -0/+23 |
needed for implicit move constructors and move assignment operators. Fixes PR10847. llvm-svn: 139144 |