[clang] 7db017b - [OpenMP][Docs] Update Clang Support docs after D75591

Johannes Doerfert via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 08:23:07 PDT 2020


Author: Johannes Doerfert
Date: 2020-07-29T10:21:05-05:00
New Revision: 7db017bf3405c7fa43786fe27380d88702e19584

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

LOG: [OpenMP][Docs] Update Clang Support docs after D75591

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index a1d1b120bcec..bda52e934c26 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -264,7 +264,7 @@ want to help with the implementation.
 +==============================+==============================================================+==========================+=======================================================================+
 | misc extension               | user-defined function variants with #ifdef protection        | :part:`worked on`        | D71179                                                                |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension               | default(firstprivate) & default(private)                     | :part:`worked on`        |                                                                       |
+| misc extension               | default(firstprivate) & default(private)                     | :part:`partial`          | firstprivate done: D75591                                             |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | loop extension               | Loop tiling transformation                                   | :part:`claimed`          |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list