[clang] [LifetimeSafety] Overhaul CFG and analysis to also work with trivially destructed temporary objects (PR #177985)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 12 05:29:00 PST 2026
================
@@ -5997,6 +6041,13 @@ static void print_elem(raw_ostream &OS, StmtPrinterHelper &Helper,
OS << " (Lifetime ends)";
----------------
usx95 wrote:
Ah right. I missed to spot the allocator MTE in the tree. That looks fine to me.
https://github.com/llvm/llvm-project/pull/177985
More information about the cfe-commits
mailing list