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

Kashika Akhouri via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 23 10:33:37 PST 2026


================
@@ -28,7 +28,7 @@ namespace clang::lifetimes::internal {
 void runLifetimeChecker(const LoanPropagationAnalysis &LoanPropagation,
                         const LiveOriginsAnalysis &LiveOrigins,
                         const FactManager &FactMgr, AnalysisDeclContext &ADC,
-                        LifetimeSafetyReporter *Reporter);
+                        LifetimeSafetySemaHelper *Reporter);
----------------
kashika0112 wrote:

Done, I've replaced all Reporter var names to SemaHelper.

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


More information about the cfe-commits mailing list