This is an archive of the discontinued LLVM Phabricator instance.

Add a virtual destructor to a class with virtual methods.
ClosedPublic

Authored by krasin on Apr 6 2017, 11:07 AM.

Details

Summary

Recently, Clang enabled the check for virtual destructors
in the presence of virtual methods. That broke the bootstrap
build. Fixing it.

Event Timeline

krasin created this revision.Apr 6 2017, 11:07 AM
krasin edited the summary of this revision. (Show Details)Apr 6 2017, 11:09 AM
pcc accepted this revision.Apr 6 2017, 11:10 AM

LGTM

This revision is now accepted and ready to land.Apr 6 2017, 11:10 AM
krasin closed this revision.Apr 6 2017, 11:11 AM