Skip to content

Commit 270f7cf

Browse files
authored
[OpenMP][Docs] Update OpenMP supported features table (#115106)
OpenMP features table: added 'allocator' modifier for 'allocate' clause as a completed feature in OpenMP 5.1 Implementation Details.
1 parent 3b0f506 commit 270f7cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ implementation.
284284
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
285285
| memory management | alignment for allocate directive and clause | :good:`done` | D115683 |
286286
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
287+
| memory management | 'allocator' modifier for allocate clause | :good:`done` | https://github.com/llvm/llvm-project/pull/114883 |
288+
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
287289
| memory management | new memory management routines | :none:`unclaimed` | |
288290
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
289291
| memory management | changes to omp_alloctrait_key enum | :none:`unclaimed` | |

0 commit comments

Comments
 (0)