================
@@ -2997,7 +2997,7 @@ bool Parser::ParseOpenMPSimpleVarList(
                 StopBeforeMatch);
     } else if (ParseUnqualifiedId(SS, /*ObjectType=*/nullptr,
                                   /*ObjectHadErrors=*/false, false, false,
-                                  false, false, nullptr, Name)) {
+                                  false, false, false, nullptr, Name)) {
----------------
cor3ntin wrote:

This is pretty gnarly - can we add comments (like below)?
I think a NFC patch that would turn that into flags or a struct would be nice

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

Reply via email to