PR48002: Fix injection of elaborated-type-specifiers within localclasses into the enclosing block scope.We weren't properly detecting whether the name would be injected into ablock scope in the c
PR48002: Fix injection of elaborated-type-specifiers within localclasses into the enclosing block scope.We weren't properly detecting whether the name would be injected into ablock scope in the case where it was lexically declared in a localclass.
show more ...
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.llvm-svn: 1
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.llvm-svn: 166280
Update all tests other than Driver/std.cpp to use -std=c++11 rather than-std=c++0x. Patch by Ahmed Charles!llvm-svn: 141900
Support for C++11 (non-template) alias declarations.llvm-svn: 129567
Add test case that I forgot to commit with r107354 (the implementationof C++ DR481). llvm-svn: 107359