[clang] [OpenMP 5.2] Deprecate syntax of map modifiers without comma separators (PR #69534)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 19 10:01:58 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">;
----------------
alexey-bataev wrote:
Why need a selector if only first option is used?
https://github.com/llvm/llvm-project/pull/69534
More information about the cfe-commits
mailing list