[clang] [OpenMP][Clang] Parsing support for num_teams lower bound (PR #180608)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 11 09:11:17 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">;
----------------
zahiraam wrote:
expressions
https://github.com/llvm/llvm-project/pull/180608
More information about the cfe-commits
mailing list