Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete FIXME. override on definitions is fine. | Nico Weber | 2015-03-03 | 1 | -4/+2 |
| | | | | llvm-svn: 231053 | ||||
* | 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 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Remove 'new' from virt-specifier since it's going to be removed in the next ↵ | Anders Carlsson | 2011-03-25 | 1 | -3/+0 |
| | | | | | | C++0x draft llvm-svn: 128271 | ||||
* | Fix tests to be valid. | Anders Carlsson | 2011-01-20 | 1 | -4/+14 |
| | | | | llvm-svn: 123887 | ||||
* | Add silly test case. | Anders Carlsson | 2011-01-20 | 1 | -0/+5 |
| | | | | llvm-svn: 123880 | ||||
* | Add more parser tests for the override control keywords. | Anders Carlsson | 2011-01-20 | 1 | -0/+7 |
| | | | | llvm-svn: 123875 | ||||
* | Begin work on supporting "N3206: Override control: Eliminating Attributes", from | Anders Carlsson | 2011-01-16 | 1 | -0/+6 |
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm This lands support for parsing virt-specifier-seq after member functions, including the contextual keywords 'final', and 'override'. The keywords are not yet used for anything. llvm-svn: 123606 |