[clang] e0ae907 - [OPENMP][DOCS]Update status of oimplemented constructs, NFC.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 7 12:45:18 PDT 2020


Author: Alexey Bataev
Date: 2020-04-07T15:45:08-04:00
New Revision: e0ae907ab5a15fe6d814f4794ab6f4c541149482

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

LOG: [OPENMP][DOCS]Update status of oimplemented constructs, NFC.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 7fef9e867885..49cd11e4eeeb 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -237,7 +237,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | conditional modifier for lastprivate clause                  | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension               | iterator and multidependences                                | :part:`claimed`          |                                                                       |
+| misc extension               | iterator and multidependences                                | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | misc extension               | depobj directive and depobj dependency kind                  | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list