@@ -11613,7 +11613,8 @@ def note_omp_implicit_dsa : Note<
11613
11613
def err_omp_loop_var_dsa : Error<
11614
11614
"loop iteration variable in the associated loop of 'omp %1' directive may not be %0, predetermined as %2">;
11615
11615
def warn_omp_different_loop_ind_var_types : Warning <
11616
- "loop sequence following '#pragma omp %0' contains induction variables of differing types: %1 and %2">;
11616
+ "loop sequence following '#pragma omp %0' contains induction variables of differing types: %1 and %2">,
11617
+ InGroup<OpenMPLoopForm>;
11617
11618
def err_omp_not_canonical_loop : Error <
11618
11619
"loop after '#pragma omp %0' is not in canonical form">;
11619
11620
def err_omp_not_a_loop_sequence : Error <
@@ -11624,7 +11625,8 @@ def err_omp_invalid_looprange : Error <
11624
11625
"loop range in '#pragma omp %0' exceeds the number of available loops: "
11625
11626
"range end '%1' is greater than the total number of loops '%2'">;
11626
11627
def warn_omp_redundant_fusion : Warning <
11627
- "loop range in '#pragma omp %0' contains only a single loop, resulting in redundant fusion">;
11628
+ "loop range in '#pragma omp %0' contains only a single loop, resulting in redundant fusion">,
11629
+ InGroup<OpenMPClauses>;
11628
11630
def err_omp_not_for : Error<
11629
11631
"%select{statement after '#pragma omp %1' must be a for loop|"
11630
11632
"expected %2 for loops after '#pragma omp %1'%select{|, but found only %4}3}0">;
0 commit comments