================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
