Skip to content

Commit ddc9c86

Browse files
committed
add ?
1 parent c25df9a commit ddc9c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Parser/parse-tree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3478,7 +3478,7 @@ struct OmpMapClause {
34783478
std::optional<std::list<OmpIteratorModifier>>, // unique
34793479
std::optional<std::list<Type>>, // unique
34803480
OmpObjectList,
3481-
bool> // were the modifiers comma-separated
3481+
bool> // were the modifiers comma-separated?
34823482
t;
34833483
};
34843484

0 commit comments

Comments
 (0)