]> granicus.if.org Git - clang/commit
Skip transparent contexts when looking for using directives in name lookup.
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Apr 2013 01:49:26 +0000 (01:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Apr 2013 01:49:26 +0000 (01:49 +0000)
commit34366208e3ec6876ef501e85978466d2ddecb3d2
tree01beb42d4e5f9982426e68027d85a8a8caa36a19
parent391ca9f2c9e9b93fe7196b56f20701cbb6dc0dd7
Skip transparent contexts when looking for using directives in name lookup.

Fixes the bootstrap regression I introduced in r179067.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179079 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp
test/CXX/basic/basic.lookup/basic.lookup.unqual/p14.cpp