@@ -11517,7 +11517,8 @@ def note_omp_implicit_dsa : Note<
11517
11517
def err_omp_loop_var_dsa : Error<
11518
11518
"loop iteration variable in the associated loop of 'omp %1' directive may not be %0, predetermined as %2">;
11519
11519
def warn_omp_different_loop_ind_var_types : Warning <
11520
- "loop sequence following '#pragma omp %0' contains induction variables of differing types: %1 and %2">;
11520
+ "loop sequence following '#pragma omp %0' contains induction variables of differing types: %1 and %2">,
11521
+ InGroup<OpenMPLoopForm>;
11521
11522
def err_omp_not_canonical_loop : Error <
11522
11523
"loop after '#pragma omp %0' is not in canonical form">;
11523
11524
def err_omp_not_a_loop_sequence : Error <
@@ -11528,7 +11529,8 @@ def err_omp_invalid_looprange : Error <
11528
11529
"loop range in '#pragma omp %0' exceeds the number of available loops: "
11529
11530
"range end '%1' is greater than the total number of loops '%2'">;
11530
11531
def warn_omp_redundant_fusion : Warning <
11531
- "loop range in '#pragma omp %0' contains only a single loop, resulting in redundant fusion">;
11532
+ "loop range in '#pragma omp %0' contains only a single loop, resulting in redundant fusion">,
11533
+ InGroup<OpenMPClauses>;
11532
11534
def err_omp_not_for : Error<
11533
11535
"%select{statement after '#pragma omp %1' must be a for loop|"
11534
11536
"expected %2 for loops after '#pragma omp %1'%select{|, but found only %4}3}0">;
0 commit comments