We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d20947 commit 2c74157Copy full SHA for 2c74157
flang/lib/Parser/openmp-parsers.cpp
@@ -113,7 +113,7 @@ static inline OmpMapClause makeMapClause(
113
std::move(std::get<0>(mod)), std::move(std::get<1>(mod)), std::move(obj)};
114
}
115
116
-TYPE_PARSER(construct<OmpMapClause>(applyFunction(makeMapClause,
+TYPE_PARSER(construct<OmpMapClause>(applyFunction<OmpMapClause>(makeMapClause,
117
(MapModifiers(","_tok) ||
118
MapModifiers(maybe(","_tok),
119
"the specification of modifiers without comma separators for the "
0 commit comments