================
@@ -995,8 +995,17 @@ clang::QualType 
CIRGenFunction::buildFunctionArgList(clang::GlobalDecl gd,
       cgm.errorNYI(fd->getSourceRange(),
                    "buildFunctionArgList: inherited constructor");
 
-  for (auto *param : fd->parameters())
+  for (auto *param : fd->parameters()) {
----------------
andykaylor wrote:

This overlaps with the work @erichkeane is doing here: 
https://github.com/llvm/llvm-project/pull/191467

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

Reply via email to