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

via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 19 04:51:53 PDT 2026


================
@@ -224,6 +226,32 @@ class LifetimeChecker {
     }
   }
 
+  void checkDestroyed(const DestroyOriginFact *DOF) {
----------------
NeKon69 wrote:

OK I will try

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


More information about the cfe-commits mailing list