llvm-project/clang/test/CXX/class.derived
Douglas Gregor c0d2490ac4 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.

llvm-svn: 117163
2010-10-22 22:08:47 +00:00
..
class.abstract Implement computation of the final overriders for each virtual 2010-03-23 23:47:56 +00:00
class.member.lookup In the presence of using declarations, we can find the same class 2010-10-22 22:08:47 +00:00
class.virtual Implement computation of the final overriders for each virtual 2010-03-23 23:47:56 +00:00
p2.cpp Fix for PR5840: fix the kind of name lookup used for classes in 2009-12-21 01:42:38 +00:00