hanchenye-llvm-project/clang/test/CXX/class.derived
Richard Smith b4d2a15d17 If a defaulted special member is implicitly deleted, check whether it's
overriding a non-deleted virtual function. The existing check for this doesn't
catch this case, because it fires before we mark the method as deleted.

llvm-svn: 178563
2013-04-02 19:38:47 +00:00
..
class.abstract If a defaulted special member is implicitly deleted, check whether it's 2013-04-02 19:38:47 +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
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