================
@@ -183,6 +183,17 @@ static void insertIfFunction(const Decl &D,
     Funcs.insert(FD);
 }
 
+static void insertIfParamOfNotThePrimaryFunction(
+    const Decl &D, llvm::SetVector<const ParmVarDecl *> &Locals,
----------------
bazuzi wrote:

Yes. Initially was going to rename this in response, but ended up inlining the 
function, so it's no longer relevant.

https://github.com/llvm/llvm-project/pull/170311
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to