summaryrefslogtreecommitdiff
path: root/test/Parser/cxx0x-in-cxx98.cpp
AgeCommit message (Expand)Author
2014-10-28PR21367: Don't accept rvalue references as an extension in C++98 mode if we'r...Richard Smith
2014-10-03Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko
2014-10-02Patch to warn if 'override' is missingFariborz Jahanian
2013-10-15PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith
2011-10-15Testcase for half of r142048.Richard Smith
2011-10-15Use of override keywords in C++98 should produce a warning by default.Richard Smith
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor
2011-01-26Improve the extension warning for the use of ref-qualifiers, toDouglas Gregor