summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-override-control-keywords.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete FIXME. override on definitions is fine.Nico Weber2015-03-031-4/+2
| | | | llvm-svn: 231053
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-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 thanRichard Smith2011-10-131-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 Carlsson2011-03-251-3/+0
| | | | | | C++0x draft llvm-svn: 128271
* Fix tests to be valid.Anders Carlsson2011-01-201-4/+14
| | | | llvm-svn: 123887
* Add silly test case.Anders Carlsson2011-01-201-0/+5
| | | | llvm-svn: 123880
* Add more parser tests for the override control keywords.Anders Carlsson2011-01-201-0/+7
| | | | llvm-svn: 123875
* Begin work on supporting "N3206: Override control: Eliminating Attributes", fromAnders Carlsson2011-01-161-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
OpenPOWER on IntegriCloud