| commit | e63d087bcb047c6c7c91076c93a459dd10d49a2a | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Sat Oct 23 16:06:17 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Sat Oct 23 16:06:17 2010 +0000 |
| tree | 4db14361debf67e39e5a9a6d3cbd9fff1e78e5e0 | |
| parent | c9616f26bd20e573c0a881a6d7c98584e1277af9 [diff] |
C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag name *in the same scope*, but not across scopes. Implement the highlighted condition. llvm-svn: 117212