================
@@ -859,7 +872,9 @@ class InlayHintVisitor : public 
RecursiveASTVisitor<InlayHintVisitor> {
     else
       ForwardedParams = {Params.begin(), Params.end()};
 
-    NameVec ParameterNames = chooseParameterNames(ForwardedParams);
+    auto ForwardedParamsRef =
----------------
zyn0217 wrote:

Thanks! The control flow looks much clearer now. BTW, I'd like to merge the 
calculation for `Param` above into this if block, too.

https://github.com/llvm/llvm-project/pull/68177
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to