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

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 28 09:40:34 PST 2025


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

nit: rename to `suggestAnnotations`​

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


More information about the cfe-commits mailing list