]> granicus.if.org Git - clang/commit
Handle unresolved using decls in bare lookups. These are not being adequately
authorJohn McCall <rjmccall@apple.com>
Tue, 8 Dec 2009 22:45:53 +0000 (22:45 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 8 Dec 2009 22:45:53 +0000 (22:45 +0000)
commitfead20c1de136b5a199a5cc4225f64be771452e4
treede959b6e2dd6ba2bb4481765e0b960033aa1139a
parentbc3fd65c4c37d3bdadf00ed540efd7a5460b2f20
Handle unresolved using decls in bare lookups.  These are not being adequately
tested.  Fixes PR5727.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90893 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p12.cpp [new file with mode: 0644]