[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:41 PST 2025
================
@@ -183,6 +183,17 @@ static void insertIfFunction(const Decl &D,
Funcs.insert(FD);
}
+static void insertIfParamOfNotThePrimaryFunction(
----------------
ymand wrote:
This name is hard to parse (long and a bit confusing). Could a simpler name suffice (even if less precise)? E..g `insertIfSecondaryFunctionParam`? or even better just `insertIfSecondaryParam`? The reader will have to look at the function definition comments to understand the name, but I think that will be necessary regardless.
https://github.com/llvm/llvm-project/pull/170311
More information about the cfe-commits
mailing list