================ @@ -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:
Another option would be to have RAII objects to control some of these values so that we don't have to pass them around? 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