================
@@ -11612,6 +11612,18 @@ def note_omp_implicit_dsa : Note<
   "implicitly determined as %0">;
 def err_omp_loop_var_dsa : Error<
   "loop iteration variable in the associated loop of 'omp %1' directive may 
not be %0, predetermined as %2">;
+def err_omp_not_canonical_loop : Error <
----------------
Meinersbur wrote:

```suggestion
def err_omp_not_canonical_loop : Error<
```
[nit] consistent use of whitespace in this file

https://github.com/llvm/llvm-project/pull/139293
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to