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 @@ -503,7 +503,7 @@ implementation.
503503+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
504504| pure directives in DO CONCURRENT | | :none: `unclaimed ` | |
505505+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
506- | Optional argument for all clauses | :none: `unclaimed ` | :none: `unclaimed ` | |
506+ | Optional argument for all clauses | :none: `partial ` | :none: `In Progress ` | Parse/Sema (nowait): https://github.com/llvm/llvm-project/pull/159628 |
507507+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
508508| Function references for locator list items | :none: `unclaimed ` | :none: `unclaimed ` | |
509509+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
Original file line number Diff line number Diff line change @@ -596,6 +596,8 @@ OpenMP Support
596596- Added support for ``defaultmap `` directive implicit-behavior ``storage ``.
597597- Added support for ``defaultmap `` directive implicit-behavior ``private ``.
598598- Added parsing and semantic analysis support for ``groupprivate `` directive.
599+ - Updated parsing and semantic analysis support for ``nowait `` clause to accept
600+ optional argument in OpenMP >= 60.
599601
600602Improvements
601603^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments