File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
flang/examples/FeatureList Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -516,10 +516,10 @@ struct NodeVisitor {
516516 READ_FEATURE (OmpReductionInitializerClause)
517517 READ_FEATURE (OmpReductionIdentifier)
518518 READ_FEATURE (OmpAllocateClause)
519- READ_FEATURE (OmpAllocateClause::AllocateModifier )
520- READ_FEATURE (OmpAllocateClause::AllocateModifier::Allocator )
521- READ_FEATURE (OmpAllocateClause::AllocateModifier::ComplexModifier )
522- READ_FEATURE (OmpAllocateClause::AllocateModifier::Align )
519+ READ_FEATURE (OmpAllocateClause::Modifier )
520+ READ_FEATURE (OmpAllocatorSimpleModifier )
521+ READ_FEATURE (OmpAllocatorComplexModifier )
522+ READ_FEATURE (OmpAlignModifier )
523523 READ_FEATURE (OmpScheduleClause)
524524 READ_FEATURE (OmpScheduleClause::Kind)
525525 READ_FEATURE (OmpScheduleClause::Modifier)
You can’t perform that action at this time.
0 commit comments