]> granicus.if.org Git - clang/commit
When name lookup finds a single declaration that was imported via a
authorDouglas Gregor <dgregor@apple.com>
Sun, 25 Apr 2010 21:15:30 +0000 (21:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 25 Apr 2010 21:15:30 +0000 (21:15 +0000)
commit2b147f072b118607aafafd2f05843243abfe4488
tree08a8ab3f7954cbaddcd2a64709ed90d5c732412f
parentb0fd483ad64865cc0233981cfddc36a7c9795e5e
When name lookup finds a single declaration that was imported via a
using declaration, look at its underlying declaration to determine the
lookup result kind (e.g., overloaded, unresolved). Fixes at least one
issue in Boost.Bimap.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
test/SemaCXX/member-expr.cpp