Richard Smith
f24e6e747b
Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're
...
not actually talking about a default constructor.
llvm-svn: 183885
2013-06-13 03:34:55 +00:00
Richard Smith
e434590bd9
Change the diagnostics which said 'accepted as an extension' to instead say
...
'is an extension'. The former is inappropriate and confusing when building with
-Werror/-pedantic-errors.
llvm-svn: 147357
2011-12-29 21:57:33 +00:00
Douglas Gregor
205d044552
Switch diagnostic text from "C++0x" over to "C++11".
...
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
2011-10-12 19:26:40 +00:00
Richard Smith
938f40b5aa
Implement support for C++11 in-class initialization of non-static data members.
...
llvm-svn: 132878
2011-06-11 17:19:42 +00:00
Matt Beaumont-Gay
93615d9912
Fix PR9572 and neighboring lurking crashers.
...
llvm-svn: 128401
2011-03-28 01:39:13 +00:00