[clang] [OpenACC] Implement Default clause for Compute Constructs (PR #88135)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 10 04:57:09 PDT 2024
================
@@ -12254,6 +12254,10 @@ def err_acc_construct_appertainment
"be used in a statement context">;
def err_acc_clause_appertainment
: Error<"OpenACC '%1' clause is not valid on '%0' directive">;
+def err_acc_duplicate_clause_diallowed
----------------
Sirraide wrote:
```suggestion
def err_acc_duplicate_clause_disallowed
```
https://github.com/llvm/llvm-project/pull/88135
More information about the cfe-commits
mailing list