summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-in-cxx98.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-3/+3
| | | | | | | 'is an extension'. The former is inappropriate and confusing when building with -Werror/-pedantic-errors. llvm-svn: 147357
* Testcase for half of r142048.Richard Smith2011-10-151-0/+5
| | | | llvm-svn: 142053
* Use of override keywords in C++98 should produce a warning by default.Richard Smith2011-10-151-0/+8
| | | | llvm-svn: 142050
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-4/+4
| | | | | | | | We'd also like for "C++11" or "c++11" to be used for the warning groups, but without removing the old warning flags. Patches welcome; I've run out of time to work on this today. llvm-svn: 141801
* Improve the extension warning for the use of ref-qualifiers, toDouglas Gregor2011-01-261-0/+10
distinguish them from rvalue references. Using the rvalue-references warning was weird when the ref-qualifier was '&'. llvm-svn: 124316
OpenPOWER on IntegriCloud