Skip to content

Commit 00e8520

Browse files
committed
Update OpenMP support page and clang release notes.
1 parent f50173b commit 00e8520

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ implementation.
443443
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
444444
| Traits for default device envirable | :none:`unclaimed` | :none:`unclaimed` | |
445445
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
446-
| Optionally omit array length expression | :good:`done` | :none:`unclaimed` | https://github.com/llvm/llvm-project/pull/148048 |
446+
| Optionally omit array length expression | :good:`done` | :none:`unclaimed` | (Parse) https://github.com/llvm/llvm-project/pull/148048, |
447+
| | | | (Sema) https://github.com/llvm/llvm-project/pull/152786 |
447448
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
448449
| Canonical loop sequences | :none:`unclaimed` | :part:`In Progress` | |
449450
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ OpenMP Support
465465
modifier in the ``adjust_args`` clause.
466466
- Allow array length to be omitted in array section subscript expression.
467467
- Fixed non-contiguous strided update in the ``omp target update`` directive with the ``from`` clause.
468+
- Properly handle array section/assumed-size array privatization in C/C++.
468469

469470
Improvements
470471
^^^^^^^^^^^^

0 commit comments

Comments
 (0)