Skip to content

Commit 7f1df5b

Browse files
committed
Forgot "sourced"
1 parent eb12400 commit 7f1df5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Parser/openmp-parsers.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,10 +1852,10 @@ TYPE_PARSER(
18521852
lookAhead(endOmpLine / !statement(allocateStmt)))
18531853

18541854
// Assumes Construct
1855-
TYPE_PARSER(construct<OpenMPDeclarativeAssumes>(
1855+
TYPE_PARSER(sourced(construct<OpenMPDeclarativeAssumes>(
18561856
predicated(OmpDirectiveNameParser{},
18571857
IsDirective(llvm::omp::Directive::OMPD_assumes)) >=
1858-
Parser<OmpDirectiveSpecification>{}))
1858+
Parser<OmpDirectiveSpecification>{})))
18591859

18601860
// Declarative constructs
18611861
TYPE_PARSER(

0 commit comments

Comments
 (0)