File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,8 @@ struct NodeVisitor {
522522 READ_FEATURE (OmpAllocateClause::AllocateModifier::ComplexModifier)
523523 READ_FEATURE (OmpAllocateClause::AllocateModifier::Align)
524524 READ_FEATURE (OmpScheduleClause)
525- READ_FEATURE (OmpScheduleClause::ScheduleType)
525+ READ_FEATURE (OmpScheduleClause::Kind)
526+ READ_FEATURE (OmpScheduleClause::Modifier)
526527 READ_FEATURE (OmpDeviceClause)
527528 READ_FEATURE (OmpDeviceClause::DeviceModifier)
528529 READ_FEATURE (OmpDeviceTypeClause)
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ struct OpenMPCounterVisitor {
7676 void Post (const OmpOrderingModifier::Value &c);
7777 void Post (const OmpTaskDependenceType::Value &c);
7878 void Post (const OmpMapClause::Type &c);
79- void Post (const OmpScheduleClause::ScheduleType &c);
79+ void Post (const OmpScheduleClause::Kind &c);
8080 void Post (const OmpIfClause::DirectiveNameModifier &c);
8181 void Post (const OmpCancelType::Type &c);
8282 void Post (const OmpClause &c);
You can’t perform that action at this time.
0 commit comments