[PATCH] D31780: Add a virtual destructor to a class with virtual methods.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 12:34:09 PDT 2017


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM

If this doesn't work I guess you can also try overriding operator delete for this class.


https://reviews.llvm.org/D31780





More information about the llvm-commits mailing list