[llvm-branch-commits] [clang] [analyzer] Move the lifetime checkers from alpha.cplusplus to alpha.core (PR #216739)
Balázs Benics via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 21 04:56:57 PDT 2026
https://github.com/steakhal approved this pull request.
LGTM.
Note that `UseAfterLifetimeEnd` and `LifetimeModeling` were shipped in Clang 23.
The modeling checker is hidden, but the `UseAfterLifetimeEnd` is exposed and we might have users using it.
We should mention this in the release notes under the Moved checkers section what was renamed to what.
https://github.com/llvm/llvm-project/pull/216739
More information about the llvm-branch-commits
mailing list