[clang] [clang][analyzer] Correctly handle structured bindings captured by lambda (PR #132579)

via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 24 10:07:05 PDT 2025


https://github.com/isuckatcs requested changes to this pull request.

IIUC, the real issue is that we could only handle `VarDecl` that was captured by a lambda, and nothing else, including the `BindingDecl`. 

In this case the proper fix would be to make sure, every declaration is correctly looked up from a lambda.

https://github.com/llvm/llvm-project/pull/132579


More information about the cfe-commits mailing list