[Lit Test] Updated 34 Lit tests to be C++11 compatible.Added expected diagnostics new to C++11.Expanded RUN line to: default, C++98/03 and C++11.llvm-svn: 253371
PR17731: When determining whether a tag and a non-tag were declared in the samescope, be careful about function-scope declarations (which are not declared intheir semantic context).llvm-svn: 1936
PR17731: When determining whether a tag and a non-tag were declared in the samescope, be careful about function-scope declarations (which are not declared intheir semantic context).llvm-svn: 193671
show more ...
C++ [basic.scope.hiding] allows an ordinary name to hide a non-tagname *in the same scope*, but not across scopes. Implement thehighlighted condition.llvm-svn: 117212