[clang] [Clang] Mark this pointer in destructors dead_on_return (PR #166276)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 2 14:35:03 PST 2025


rjmccall wrote:

> Given you said this is in general, it sounds like there are cases where virtual bases are not live out of the base subobject destructor?

Just sloppy wording, sorry. Virtual bases are always live out of the base subobject destructor.

https://github.com/llvm/llvm-project/pull/166276


More information about the cfe-commits mailing list