[PATCH] D120252: [Clang][OpenMP] Fix wrong form of 'cond-update-stmt' in atomic_ast_print.cpp
Shilei Tian via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 21 07:27:55 PST 2022
tianshilei1992 created this revision.
tianshilei1992 added reviewers: jdoerfert, ABataev.
Herald added subscribers: guansong, yaxunl.
tianshilei1992 requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
In `clang/test/OpenMP/atomic_ast_print.cpp` for `atomic compare capture`,
it was using 'cond-expr-stmt' instead of 'cond-update-stmt'. The spec only supports
'cond-update-stmt'.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120252
Files:
clang/test/OpenMP/atomic_ast_print.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120252.410299.patch
Type: text/x-patch
Size: 18427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220221/413fb1e4/attachment-0001.bin>
More information about the cfe-commits
mailing list