hanchenye-llvm-project/clang/test/CXX/special/class.dtor
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
..
p2-0x.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
p3-0x.cpp Try to get buildbots to pass these tests. 2013-02-21 19:44:18 +00:00
p3.cpp Rework implementation of DR1492: Apply the resolution to operator delete too, 2012-10-20 08:26:51 +00:00
p5-0x.cpp If a defaulted special member is implicitly deleted, check whether it's 2013-04-02 19:38:47 +00:00
p9.cpp
p10-0x.cpp