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 dec0d29 commit d7ce7a5Copy full SHA for d7ce7a5
flang/lib/Parser/openmp-parsers.cpp
@@ -1013,7 +1013,7 @@ TYPE_PARSER(sourced(
1013
// lists absent in the parsed result.
1014
// E.g. for FLUSH(x) SEQ_CST it would find no clauses following
1015
// the directive name, parse the argument list "(x)" and stop.
1016
- applyFunction(makeFlushFromOldSyntax1,
+ applyFunction<OmpDirectiveSpecification>(makeFlushFromOldSyntax1,
1017
verbatim("FLUSH"_tok) / !lookAhead("("_tok),
1018
maybe(Parser<OmpClauseList>{}),
1019
maybe(parenthesized(nonemptyList(Parser<OmpArgument>{}))),
0 commit comments