Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Lit Test] Updated 34 Lit tests to be C++11 compatible. | Charles Li | 2015-11-17 | 1 | -2/+10 |
| | | | | | | | 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 same | Richard Smith | 2013-10-30 | 1 | -0/+45 |
| | | | | | | | scope, be careful about function-scope declarations (which are not declared in their semantic context). llvm-svn: 193671 | ||||
* | C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag | Douglas Gregor | 2010-10-23 | 1 | -0/+24 |
name *in the same scope*, but not across scopes. Implement the highlighted condition. llvm-svn: 117212 |