[clang-tools-extra] [clang-tidy] Improve `bugprone-exception-escape`'s handling of lambdas (PR #160592)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 24 13:03:58 PDT 2025
vbvictor wrote:
I'd generally wish to add more edge cases for lambdas, just as with functions.
I guess we twist a little how lambdas are processed so we should cover it with more tests
https://github.com/llvm/llvm-project/pull/160592
More information about the cfe-commits
mailing list