llvm-project/clang/test/CXX/class.derived/class.virtual
Richard Smith d80b2d57cf Fix CXXRecordDecl::forallBases to not look through bases which are dependent
and defined within the current instantiation, but which are not part of the
current instantiation. Previously, it would look at bases which could be
specialized separately from the current template.

llvm-svn: 168477
2012-11-22 00:24:47 +00:00
..
p2.cpp Implement computation of the final overriders for each virtual 2010-03-23 23:47:56 +00:00
p3-0x.cpp Fix CXXRecordDecl::forallBases to not look through bases which are dependent 2012-11-22 00:24:47 +00:00
p12.cpp