[clang] f620472 - [OpenMP][Docs] Update OpenMP supported features table
Dave Pagan via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 7 16:16:32 PDT 2023
Author: Dave Pagan
Date: 2023-08-07T19:16:13-04:00
New Revision: f6204724df56188e82c6363aa13e1806cf6c5176
URL: https://github.com/llvm/llvm-project/commit/f6204724df56188e82c6363aa13e1806cf6c5176
DIFF: https://github.com/llvm/llvm-project/commit/f6204724df56188e82c6363aa13e1806cf6c5176.diff
LOG: [OpenMP][Docs] Update OpenMP supported features table
Updated status of alignment clause for allocate directive in
OpenMP features table, section OpenMP 5.1 Implementation Details.
Differential Revision: https://reviews.llvm.org/D157135
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index bfae0a7e43f775..a0ddfb605e658a 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -309,7 +309,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| loop | 'reproducible'/'unconstrained' modifiers in 'order' clause | :part:`partial` | D127855 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| memory management | alignment for allocate directive and clause | :part:`worked on` | |
+| memory management | alignment for allocate directive and clause | :good:`done` | D115683 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| memory management | new memory management routines | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list