]> granicus.if.org Git - clang/commit
When we perform a lookup for a dependent name that is a member of an
authorDouglas Gregor <dgregor@apple.com>
Mon, 24 Oct 2011 22:24:50 +0000 (22:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 24 Oct 2011 22:24:50 +0000 (22:24 +0000)
commit3eafbb85d1d9d108f089fd2451ddb6932eaafef2
treece658870ac62051af38e5e9c6c2e1cfa07c4c598
parentaa0aeb1cbe117db68d35700cb3a34aace0f99b99
When we perform a lookup for a dependent name that is a member of an
unknown specialization, treat this the same way as if the name were
not found in the current instantiation. No actual functionality
change, since apparently nothing depends on this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142862 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp