llvm-project/clang/test/CXX/dcl.decl
Douglas Gregor 43bc036e8a Promote the warning about extra qualification on a declaration from a
warning to an error. C++ bans it, and both GCC and EDG diagnose it as
an error. Microsoft allows it, so we still warn in Microsoft
mode. Fixes <rdar://problem/11135644>.

llvm-svn: 163831
2012-09-13 20:16:20 +00:00
..
dcl.fct.def Explicitly defaulted constructors cannot be used for default initialization. 2012-07-31 22:40:31 +00:00
dcl.init PR12670: Support for initializing an array of non-aggregate class type from an 2012-07-07 08:35:56 +00:00
dcl.meaning Promote the warning about extra qualification on a declaration from a 2012-09-13 20:16:20 +00:00
dcl.name Fix parsing of type-specifier-seq's. Types are syntactically allowed to be 2012-03-12 07:56:15 +00:00
p4-0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00