]> granicus.if.org Git - clang/commit
In the presence of using declarations, we can find the same class
authorDouglas Gregor <dgregor@apple.com>
Fri, 22 Oct 2010 22:08:47 +0000 (22:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 22 Oct 2010 22:08:47 +0000 (22:08 +0000)
commitf17b58c98b57537e9abfaaa8b5f19ea7e6de01ee
treed1a16675d8b8941a63157390ff83c623faa74d6c
parentf50595df931bde89e3acd3ec18e4c7e41aa80852
In the presence of using declarations, we can find the same class
members in class subobjects of different types. So long as the
underlying declaration sets are the same, and the declaration sets
involve non-instance members, this is not an ambiguity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp
test/CXX/class.derived/class.member.lookup/p9.cpp [new file with mode: 0644]