[clang] 02a0509 - [OpenMP][NFC] update status for 5.1 'nothing' directive to 'worked on'

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 10 07:25:25 PST 2022


Author: dreachem
Date: 2022-02-10T09:22:44-06:00
New Revision: 02a05097e7003bedafeac0decb5f914429b35523

URL: https://github.com/llvm/llvm-project/commit/02a05097e7003bedafeac0decb5f914429b35523
DIFF: https://github.com/llvm/llvm-project/commit/02a05097e7003bedafeac0decb5f914429b35523.diff

LOG: [OpenMP][NFC] update status for 5.1 'nothing' directive to 'worked on'

Differential Revision: https://reviews.llvm.org/D119440

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 29ef8a5051cd4..54b31f5371334 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -339,7 +339,7 @@ want to help with the implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | assume and assumes directives                                | :part:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension               | nothing directive                                            | :none:`unclaimed`        |                                                                       |
+| misc extension               | nothing directive                                            | :part:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | masked construct and related combined constructs             | :part:`worked on`        | D99995, D100514                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list