[clang] [LifetimeSafety] Add suggestion and inference for implicit this (PR #176703)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 23 09:44:27 PST 2026


================
@@ -98,7 +117,7 @@ class LifetimeSafetyAnalysis {
 
 private:
   AnalysisDeclContext ∾
-  LifetimeSafetyReporter *Reporter;
+  LifetimeSafetySemaHelper *Reporter;
----------------
usx95 wrote:

ditto.

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


More information about the cfe-commits mailing list