[PATCH] D127876: [clang] Don't emit type test/assume for virtual classes that should never participate in WPD
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 11:17:27 PDT 2022
aeubanks added a comment.
> We documented the feature in D75655 <https://reviews.llvm.org/D75655> and there it says "all classes" (and still does).
I've updated the documentation. It was already slightly inaccurate in that we weren't emitting type test/assumes for `std`/`stdext` namespace classes when `-flto-visibility-public-std`, this now corrects that part and generalizes that part of the documentation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127876/new/
https://reviews.llvm.org/D127876
More information about the cfe-commits
mailing list