[PATCH] D12712: Implementation and testing for poisoning vtable ptr in dtor.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 15 19:44:33 PDT 2015
chapuni added a subscriber: chapuni.
================
Comment at: lib/CodeGen/CGClass.cpp:1756
@@ +1755,3 @@
+ class SanitizeDtorVTable final : public EHScopeStack::Cleanup {
+ const CXXDestructorDecl *Dtor;
+
----------------
It causes a warning in -Asserts. [-Wunused-private-field]
http://reviews.llvm.org/D12712
More information about the cfe-commits
mailing list