llvm-project/clang/test/CXX/dcl.decl/dcl.meaning
Enea Zaffanella 29e1c4b03e Fixed an assertion failure triggered by invalid code.
Set invalid type of declarator after emitting error diagnostics,
so that it won't be later considered when instantiating the template.
Added test5_inst in test/SemaCXX/condition.cpp for non-regression.

llvm-svn: 172201
2013-01-11 14:34:39 +00:00
..
dcl.array Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
dcl.fct Fixed an assertion failure triggered by invalid code. 2013-01-11 14:34:39 +00:00
dcl.fct.default Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
dcl.mptr
dcl.ref Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p1-0x.cpp Move & comment the 'decltype in declarator-id' as suggested by Doug Gregor. 2011-12-14 18:59:02 +00:00
p1.cpp Promote the warning about extra qualification on a declaration from a 2012-09-13 20:16:20 +00:00