[clang] [LifetimeSafety] Implement multi-level origins (PR #168344)
Yitzhak Mandelbaum via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 4 19:40:47 PST 2025
================
@@ -155,18 +155,19 @@ class OriginEscapesFact : public Fact {
class UseFact : public Fact {
const Expr *UseExpr;
- OriginID OID;
+ // The origins of the expression being used.
----------------
ymand wrote:
super nit: maybe explain the choice of 1 as the default length.
https://github.com/llvm/llvm-project/pull/168344
More information about the cfe-commits
mailing list