[clang] 39ada46 - [OPENMP][DOCS]Mark array shaping as done, NFC.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 16:13:29 PDT 2020


Author: Alexey Bataev
Date: 2020-03-31T19:12:52-04:00
New Revision: 39ada4688936d165adf1a3c22b250034bab8f8a3

URL: https://github.com/llvm/llvm-project/commit/39ada4688936d165adf1a3c22b250034bab8f8a3
DIFF: https://github.com/llvm/llvm-project/commit/39ada4688936d165adf1a3c22b250034bab8f8a3.diff

LOG: [OPENMP][DOCS]Mark array shaping as done, NFC.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 209a77440537..7fef9e867885 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -229,7 +229,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | base language                | lambda support                                               | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension               | array shaping                                                | :part:`worked on`        | D74144                                                                |
+| misc extension               | array shaping                                                | :good:`done`             | D74144                                                                |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | library shutdown (omp_pause_resource[_all])                  | :none:`unclaimed parts`  | D55078                                                                |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list