[PATCH] D66621: [clang] Devirtualization for classes with destructors marked as 'final'
Logan Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 22 15:12:19 PDT 2019
logan-5 added a comment.
That appears sort of tangential to me. To clarify, this PR is not (necessarily) about devirtualizing destructors themselves, but rather devirtualizing OTHER member function calls for classes whose destructor is marked `final`, since that is sort of morally equivalent to marking the entire class `final`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66621/new/
https://reviews.llvm.org/D66621
More information about the cfe-commits
mailing list