[clang] [Clang] Fix name lookup of conversion operators (PR #142945)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 11 01:17:27 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list