================ @@ -1660,6 +1660,10 @@ def err_omp_expected_colon : Error<"missing ':' in %0">; def err_omp_missing_comma : Error< "missing ',' after %0">; def err_omp_expected_context_selector : Error<"expected valid context selector in %0">; +def err_omp_unknown_clause ---------------- alexey-bataev wrote:
It is wrong. If the wrong clause is used, it should be reported automatically. If none was specified, err_omp_expected_clause should be used https://github.com/llvm/llvm-project/pull/128640 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits