[clang] 569dc65 - [OPNEMP50][DOCS]Mark array shaping expression as claimed, NFC.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 5 07:04:05 PST 2020
Author: Alexey Bataev
Date: 2020-02-05T10:02:39-05:00
New Revision: 569dc65c63802e2313aebe702d0233ae101c09cf
URL: https://github.com/llvm/llvm-project/commit/569dc65c63802e2313aebe702d0233ae101c09cf
DIFF: https://github.com/llvm/llvm-project/commit/569dc65c63802e2313aebe702d0233ae101c09cf.diff
LOG: [OPNEMP50][DOCS]Mark array shaping expression as claimed, NFC.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 39988a33715c..945f017183ee 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -225,7 +225,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| base language | lambda support | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension | array shaping | :none:`unclaimed` | |
+| misc extension | array shaping | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc extension | library shutdown (omp_pause_resource[_all]) | :none:`unclaimed parts` | D55078 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list