]> granicus.if.org Git - clang/commit
Redeclarations of using declarations are not okay in function scopes.
authorJohn McCall <rjmccall@apple.com>
Tue, 23 Nov 2010 22:03:51 +0000 (22:03 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 23 Nov 2010 22:03:51 +0000 (22:03 +0000)
commitfe4ea55700c806493bebbf7bbfe07ce4b7339a3e
tree5befa5f4e99a34da478f463a683d4d1730d7963f
parentb2b93c12d768cfdeb21909f734b04ccb82d75da2
Redeclarations of using declarations are not okay in function scopes.
Not sure what I was thinking before.

Fixes PR8668.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120063 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p8.cpp