[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #131838)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 08:49:32 PDT 2025
================
@@ -11899,6 +11899,9 @@ def err_omp_clause_requires_dispatch_construct : Error<
"'%0' clause requires 'dispatch' context selector">;
def err_omp_append_args_with_varargs : Error<
"'append_args' is not allowed with varargs functions">;
+def warn_omp_dispatch_clause_novariants_nocontext : Warning<
----------------
alexey-bataev wrote:
Why this is a warning, not an error?
https://github.com/llvm/llvm-project/pull/131838
More information about the llvm-commits
mailing list