File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
Original file line number Diff line number Diff 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
469470Improvements
470471^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments