aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-02-24 15:58:24 +0000
committerHans Wennborg <hans@hanshq.net>2014-02-24 15:58:24 +0000
commit3d79154aecd98a5ff59e11bd30e94c8d2206393e (patch)
tree47d4cbdd00fd7065ca7b56b3bc9cd37fe47b7174 /clang/lib/Frontend/CompilerInvocation.cpp
parentdc59a36caa73a7de021423ff9769525ce9cdb969 (diff)
downloadllvm-3d79154aecd98a5ff59e11bd30e94c8d2206393e.zip
llvm-3d79154aecd98a5ff59e11bd30e94c8d2206393e.tar.gz
llvm-3d79154aecd98a5ff59e11bd30e94c8d2206393e.tar.bz2
[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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions