llvm-project/clang/test/CXX/special/class.dtor
Hans Wennborg 3d79154aec [Win32 ABI] Defer operator delete checks until vtable is marked used
We were previously checking at every destructor declaration, but that was a bit
excessive. Since the deleting destructor is emitted with the vtable, do the
check when the vtable is marked used.

Differential Revision: http://llvm-reviews.chandlerc.com/D2851

llvm-svn: 202046
2014-02-24 15:58:24 +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 Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +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 [Win32 ABI] Defer operator delete checks until vtable is marked used 2014-02-24 15:58:24 +00:00
p10-0x.cpp When formatting a C++-only declaration name, enable C++ mode in the formatter's 2014-01-22 00:27:42 +00:00