[clang] [LifetimeSafety] Add support for `new`/`delete` (PR #192504)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 19 05:20:29 PDT 2026


================
@@ -301,6 +303,25 @@ class MovedOriginFact : public Fact {
             const OriginManager &OM) const override;
 };
 
+// Inner origin has been destroyed, e.g. via `delete`.
----------------
usx95 wrote:

Please look at my comment about the LValue conversion if that is related

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


More information about the cfe-commits mailing list