This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcb96464f12c4: Stricter use-after-dtor detection for trivial
members. (authored by eugenis, committed by vitalybuka).
Repository:
rG LLVM Github Mo
kda accepted this revision.
kda added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119600/new/
https://reviews.llvm.org/D119600
___
cfe-c
eugenis created this revision.
eugenis added reviewers: vitalybuka, kda.
eugenis requested review of this revision.
Herald added a project: clang.
Poison trivial class members one-by-one in the reverse order of their
construction, instead of all-at-once at the very end.
For example, in the follow