llvm-project/clang/test/CXX/dcl.decl
Richard Smith 845aa66a8a When processing an InitListExpr and skipping the initialization of an invalid
record, skip at least one element from the InitListExpr to avoid an infinite
loop if we're initializing an array of unknown bound.

llvm-svn: 164851
2012-09-28 21:23:50 +00:00
..
dcl.fct.def Explicitly defaulted constructors cannot be used for default initialization. 2012-07-31 22:40:31 +00:00
dcl.init When processing an InitListExpr and skipping the initialization of an invalid 2012-09-28 21:23:50 +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