File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ TYPE_PARSER(sourced(construct<OmpTraitPropertyExtension>( //
176176 Parser<OmpTraitPropertyExtension::ExtensionValue>{}, ","_tok)))))
177177
178178TYPE_PARSER(sourced(construct<OmpTraitProperty>(
179- // Try extension first, before OmpTraitPropertyName.
179+ // Try clause first, then extension before OmpTraitPropertyName.
180+ construct<OmpTraitProperty>(indirect(Parser<OmpClause>{})) ||
180181 construct<OmpTraitProperty>(Parser<OmpTraitPropertyExtension>{}) ||
181182 construct<OmpTraitProperty>(Parser<OmpTraitPropertyName>{}) ||
182- construct<OmpTraitProperty>(indirect(Parser<OmpClause>{})) ||
183183 construct<OmpTraitProperty>(scalarExpr))))
184184
185185TYPE_PARSER(construct<OmpTraitSelectorName::Value>(
You can’t perform that action at this time.
0 commit comments