[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
================
@@ -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);
----------------
usx95 wrote:
nit: rename variable as well to `SemaHelper`
https://github.com/llvm/llvm-project/pull/176703
More information about the cfe-commits
mailing list