[clang] [OpenMP][Clang] Parsing support for num_teams lower bound (PR #180608)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 11 10:51:12 PST 2026


================
@@ -12543,6 +12543,10 @@ def err_omp_transparent_invalid_value : Error<"invalid value for transparent cla
   " expected one of: omp_not_impex, omp_import, omp_export, omp_impex">;
 def err_omp_transparent_invalid_type : Error<
   "transparent clause cannot be applied to type: %0">;
+def err_omp_num_teams_multi_expr_not_allowed
+    : Error<"only two expression allowed in 'num_teams' clause">;
----------------
ykhatav wrote:

Updated, thanks!

https://github.com/llvm/llvm-project/pull/180608


More information about the cfe-commits mailing list