summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/PR9572.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Make Lit tests C++11 compatible #10Charles Li2017-02-241-4/+39
| | | | | | Differential Revision: https://reviews.llvm.org/D21626 llvm-svn: 296193
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-1/+1
| | | | | | not actually talking about a default constructor. llvm-svn: 183885
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-1/+1
| | | | | | | 'is an extension'. The former is inappropriate and confusing when building with -Werror/-pedantic-errors. llvm-svn: 147357
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-1/+1
| | | | | | | | 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
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-4/+4
| | | | llvm-svn: 132878
* Fix PR9572 and neighboring lurking crashers.Matt Beaumont-Gay2011-03-281-0/+15
llvm-svn: 128401
OpenPOWER on IntegriCloud