[clang] [LifetimeSafety] Suggest lifetime annotations (PR #169767)

Kashika Akhouri via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 30 22:49:17 PST 2025


================
@@ -132,6 +153,13 @@ class LifetimeChecker {
         llvm_unreachable("Unhandled CausingFact type");
     }
   }
+
+  void issueAnnotationWarnings() {
----------------
kashika0112 wrote:

Done

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


More information about the cfe-commits mailing list