Skip to content

Commit 58d1ee6

Browse files
Fix for AppendArgs
1 parent d6fc767 commit 58d1ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Parser/openmp-parsers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ TYPE_PARSER(construct<OmpCancellationConstructTypeClause>(
670670
OmpDirectiveNameParser{}, maybe(parenthesized(scalarLogicalExpr))))
671671

672672
TYPE_PARSER(construct<OmpAppendArgsClause>(
673-
parenthesized(nonemptyList(Parser<OmpAppendArgsClause::OmpAppendOp>{}))))
673+
nonemptyList(Parser<OmpAppendArgsClause::OmpAppendOp>{})))
674674

675675
// 2.15.3.1 DEFAULT (PRIVATE | FIRSTPRIVATE | SHARED | NONE)
676676
TYPE_PARSER(construct<OmpDefaultClause::DataSharingAttribute>(

0 commit comments

Comments
 (0)