[clang] 993c43a - [OPENMP][DOCS]Update status of the supported constrcuts, NFC.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 16 09:25:30 PDT 2020


Author: Alexey Bataev
Date: 2020-06-16T12:25:08-04:00
New Revision: 993c43aea578f4ae22f265aab39c6760e7bafb96

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

LOG: [OPENMP][DOCS]Update status of the supported constrcuts, NFC.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index a4db3ea2e66b..e6c4752ef51c 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -211,7 +211,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | mapping lambda expression                                    | :good:`done`             | D51107                                                                |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension             | clause: use_device_addr for target data                      | :part:`worked on`        |                                                                       |
+| device extension             | clause: use_device_addr for target data                      | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | support close modifier on map clause                         | :good:`done`             | D55719,D55892                                                         |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list