[PATCH] D115901: [OpenMP][NFC] update status for 5.1 'fail' atomic extension
Deepak Eachempati via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 16 13:26:13 PST 2021
dreachem created this revision.
dreachem added reviewers: jdoerfert, koops, cchen.
Herald added subscribers: guansong, yaxunl.
dreachem requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
Update status for the atomic 'fail' clause to "worked on".
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D115901
Files:
clang/docs/OpenMPSupport.rst
Index: clang/docs/OpenMPSupport.rst
===================================================================
--- clang/docs/OpenMPSupport.rst
+++ clang/docs/OpenMPSupport.rst
@@ -266,7 +266,7 @@
+==============================+==============================================================+==========================+=======================================================================+
| atomic extension | 'compare' clause on atomic construct | :good:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| atomic extension | 'fail' clause on atomic construct | :none:`unclaimed` | |
+| atomic extension | 'fail' clause on atomic construct | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| base language | C++ attribute specifier syntax | :good:`done` | D105648 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115901.394977.patch
Type: text/x-patch
Size: 1758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211216/5afe0b9d/attachment-0001.bin>
More information about the cfe-commits
mailing list