tianshilei1992 updated this revision to Diff 396199.
tianshilei1992 added a comment.
update test case
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116261/new/
https://reviews.llvm.org/D116261
Files:
clang/include/clang/AST/OpenMPClause.h
clan
tianshilei1992 added inline comments.
Comment at: clang/lib/Sema/SemaOpenMP.cpp:10991
+ EncounteredAtomicKinds.contains(OMPC_capture))
+AtomicKind = OMPC_compare_capture;
// OpenMP 5.0, 2.17.7 atomic Construct, Restrictions
This is the place where the
tianshilei1992 created this revision.
tianshilei1992 added reviewers: jdoerfert, ABataev.
Herald added subscribers: arphaman, guansong, yaxunl.
tianshilei1992 requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, sstefan1.
Herald added projects: clang, LLVM.
This