llvm-project/clang/test/CXX/class.derived
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
..
class.abstract Implement C++ 10.3p16 - overrides involving deleted functions must match. 2012-10-17 00:47:58 +00:00
class.member.lookup Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
class.virtual Fix CXXRecordDecl::forallBases to not look through bases which are dependent 2012-11-22 00:24:47 +00:00
p1.cpp Handle redundant 'typename' on base class specifications. 2011-10-25 18:46:41 +00:00
p2.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00