================ @@ -0,0 +1,29 @@ +// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fopenmp -fopenmp-version=52 -ast-dump %s | FileCheck %s --check-prefix=DUMP +// expected-no-diagnostics + +// Check that the "update" clause is represented in AST by OMPUpdateClause +// when used on "atomic" consturct. ---------------- alexey-bataev wrote:
```suggestion // when used on "atomic" construct. ``` https://github.com/llvm/llvm-project/pull/212270 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
