@@ -11559,7 +11559,8 @@ def note_omp_implicit_dsa : Note<
11559
11559
def err_omp_loop_var_dsa : Error<
11560
11560
"loop iteration variable in the associated loop of 'omp %1' directive may not be %0, predetermined as %2">;
11561
11561
def warn_omp_different_loop_ind_var_types : Warning <
11562
- "loop sequence following '#pragma omp %0' contains induction variables of differing types: %1 and %2">;
11562
+ "loop sequence following '#pragma omp %0' contains induction variables of differing types: %1 and %2">,
11563
+ InGroup<OpenMPLoopForm>;
11563
11564
def err_omp_not_canonical_loop : Error <
11564
11565
"loop after '#pragma omp %0' is not in canonical form">;
11565
11566
def err_omp_not_a_loop_sequence : Error <
@@ -11570,7 +11571,8 @@ def err_omp_invalid_looprange : Error <
11570
11571
"loop range in '#pragma omp %0' exceeds the number of available loops: "
11571
11572
"range end '%1' is greater than the total number of loops '%2'">;
11572
11573
def warn_omp_redundant_fusion : Warning <
11573
- "loop range in '#pragma omp %0' contains only a single loop, resulting in redundant fusion">;
11574
+ "loop range in '#pragma omp %0' contains only a single loop, resulting in redundant fusion">,
11575
+ InGroup<OpenMPClauses>;
11574
11576
def err_omp_not_for : Error<
11575
11577
"%select{statement after '#pragma omp %1' must be a for loop|"
11576
11578
"expected %2 for loops after '#pragma omp %1'%select{|, but found only %4}3}0">;
0 commit comments