[clang] [OpenMP 5.2] Deprecate syntax of map modifiers without comma separators (PR #69534)
Fazlay Rabbi via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 19 12:44:47 PDT 2023
================
@@ -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:
Done, please take a look.
https://github.com/llvm/llvm-project/pull/69534
More information about the cfe-commits
mailing list