hanchenye-llvm-project/clang/test/CXX/special/class.dtor
Richard Smith 921bd20ddd Ensure that we delete destructors in the right cases. Specifically:
- variant members with nontrivial destructors make the containing class's
   destructor deleted
 - check for a virtual destructor after checking for overridden methods in the
   base class(es)
 - check for an inaccessible operator delete for a class with a virtual
   destructor.

Do not try to call an anonymous union field's destructor from the destructor of
the containing class.

llvm-svn: 151483
2012-02-26 09:11:52 +00:00
..
p2-0x.cpp
p2.cpp
p3-0x.cpp
p5-0x.cpp Ensure that we delete destructors in the right cases. Specifically: 2012-02-26 09:11:52 +00:00
p9.cpp
p10-0x.cpp Support decltype in pseudo destructors and dependent destructor calls. 2011-12-16 16:03:09 +00:00