[clang] [clang][dataflow] Add parameters of other functions to `LambdaCaptured… (PR #170311)
Samira Bakon via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 2 12:34:52 PST 2025
================
@@ -154,6 +154,14 @@ struct ReferencedDecls {
/// When analyzing a lambda's call operator, the set of all parameters (from
/// the surrounding function) that the lambda captures. Captured local
----------------
bazuzi wrote:
It doesn't do those things when analyzing a lambda's call operator. We don't see the init-captures when visiting the call operator.
https://github.com/llvm/llvm-project/pull/170311
More information about the cfe-commits
mailing list