[clang] [clang][dataflow] Add parameters of other functions to `LambdaCaptured… (PR #170311)
Yitzhak Mandelbaum via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 2 09:26:42 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
----------------
ymand wrote:
Update the wording here? "that the lambda captures or references in its capture assignments"? (or whatever those are called :)).
https://github.com/llvm/llvm-project/pull/170311
More information about the cfe-commits
mailing list