Skip to content

Commit 419bdfa

Browse files
committed
Fix unparsing multiple set selectors
1 parent 0e317db commit 419bdfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Parser/unparse.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,6 +2097,7 @@ class UnparseVisitor {
20972097
Walk(std::get<std::list<OmpTraitSelector>>(x.t));
20982098
Put("}");
20992099
}
2100+
void Unparse(const OmpContextSelectorSpecification &x) { Walk(x.v, ", "); }
21002101

21012102
void Unparse(const OmpObject &x) {
21022103
common::visit(common::visitors{

0 commit comments

Comments
 (0)