================
@@ -1534,6 +1534,8 @@ def warn_omp51_compat_attributes : Warning<
   "standards before OpenMP 5.1">,
   InGroup<OpenMPPre51Compat>, DefaultIgnore;
 def err_omp_expected_colon : Error<"missing ':' in %0">;
+def err_omp_missing_comma : Error<
+  "missing ',' %select{after|in}0 %1">;
----------------
mdfazlay wrote:

It's for any potential future use if someone wants to customize it to reuse it. 
Please let me know if you want me to remove it.

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

Reply via email to