]> granicus.if.org Git - clang/commit
Partial fix for qualified name lookup, such that the lookup of N in
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Dec 2008 06:37:47 +0000 (06:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Dec 2008 06:37:47 +0000 (06:37 +0000)
commit3dde5a3fa28cae4b8b2fb060abc0bfc2b4425ed8
treefb8ad5780537d47ab8207a0de36fc1229644ade1
parent9c9ca08fdd27fb0b025782aa41fae93612edf440
Partial fix for qualified name lookup, such that the lookup of N in
N::X only skips those entities specified in C++ [basic.lookup.qual]p1.

Note that both EDG and GCC currently get this wrong. EDG has confirmed
that the bug will be fixed in a future version.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61079 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCXXScopeSpec.cpp
test/SemaCXX/nested-name-spec.cpp