[clang-tools-extra] [clang-tidy] Add bugprone-lambda-capture-lifetime check (PR #203757)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 14 10:15:59 PDT 2026
NeKon69 wrote:
> I feel this should be part of [lifetime safety analysis](https://clang.llvm.org/docs/LifetimeSafety.html), but it currently don't model lambda captures/threads I think?
We do model lambda captures: https://godbolt.org/z/9Y7PYcfsf, but yes threads we do not model yet. Though it definitely would be nice to have!
https://github.com/llvm/llvm-project/pull/203757
More information about the cfe-commits
mailing list