From 2a95cb5858f8bc0fed3956f72bd51bf6a948e660 Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Thu, 15 Apr 2021 11:10:07 -0400 Subject: [PATCH] [Clang][Docs] Claim the atomic compare I'm working on the implementation of OpenMP 5.1 feature `atomic compare`. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D100507 --- clang/docs/OpenMPSupport.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 6a4cdf2..74d9a08 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -264,7 +264,9 @@ want to help with the implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ |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` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -- 2.7.4