[PATCH] D100507: [Clang][Docs] Claim the atomic compare

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 15 08:10:33 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2a95cb5858f8: [Clang][Docs] Claim the atomic compare (authored by tianshilei1992).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100507/new/

https://reviews.llvm.org/D100507

Files:
  clang/docs/OpenMPSupport.rst


Index: clang/docs/OpenMPSupport.rst
===================================================================
--- clang/docs/OpenMPSupport.rst
+++ clang/docs/OpenMPSupport.rst
@@ -264,7 +264,9 @@
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 |Category                      | Feature                                                      | Status                   | Reviews                                                               |
 +==============================+==============================================================+==========================+=======================================================================+
-| atomic extension             | 'compare' and 'fail' clauses on atomic construct             | :none:`unclaimed`        |                                                                       |
+| atomic extension             | 'compare' clause on atomic construct                         | :good:`worked on`        |                                                                       |
++------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
+| atomic extension             | 'fail' clause on atomic construct                            | :none:`unclaimed`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | base language                | C++ attribute specifier syntax                               | :part:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100507.337770.patch
Type: text/x-patch
Size: 2150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210415/5ac4e1a0/attachment.bin>


More information about the cfe-commits mailing list