[clang] [LifetimeSafety] Add ExpireOriginFact to fix false positives for pointers in loops (PR #182368)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 20 04:04:22 PST 2026


https://github.com/Xazax-hun commented:

Do we need a new fact? Couldn't we make this work by handling `ExpireFact` in liveness analysis?

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


More information about the cfe-commits mailing list