[clang] [LifetimeSafety] Detect expiry of loans to trivially destructed types (PR #168855)

Kashika Akhouri via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 21 01:22:23 PST 2025


================
@@ -51,6 +51,7 @@ class FactsGenerator : public ConstStmtVisitor<FactsGenerator> {
 
 private:
   void handleDestructor(const CFGAutomaticObjDtor &DtorOpt);
+  void handleTrivialDestructors(const CFGLifetimeEnds &LifetimeEnds);
----------------
kashika0112 wrote:

Done

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


More information about the cfe-commits mailing list