[clang] [clang] Trigger checkLifetimeEnd callback from CFGLifetimeEnds element (PR #201123)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 07:43:42 PDT 2026
================
@@ -330,6 +330,11 @@ class CheckerManager {
const CallEvent &Call, ExprEngine &Eng,
bool wasInlined = false);
+ /// Run checkers for end of variable lifetime
----------------
Xazax-hun wrote:
```suggestion
/// Run checkers for the end of a variable's lifetime.
```
https://github.com/llvm/llvm-project/pull/201123
More information about the cfe-commits
mailing list