llvm-project/clang/test/CXX/drs
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
..
dr0xx.cpp Implement DR577 2014-02-19 03:00:56 +00:00
dr1xx.cpp PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or 2014-02-19 00:13:27 +00:00
dr2xx.cpp [Win32 ABI] Defer operator delete checks until vtable is marked used 2014-02-24 15:58:24 +00:00
dr3xx.cpp Tests for DR351-370, plus update DR status page to match the latest core issue list. 2014-02-10 19:53:17 +00:00
dr4xx.cpp Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00
dr14xx.cpp Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +00:00
dr15xx.cpp PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a 2014-01-27 04:19:56 +00:00