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 @@ -505,7 +505,7 @@ implementation.
505505+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
506506| pure directives in DO CONCURRENT | | :none: `unclaimed ` | |
507507+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
508- | Optional argument for all clauses | :none: `unclaimed ` | :none: `unclaimed ` | |
508+ | Optional argument for all clauses | :none: `partial ` | :none: `In Progress ` | Parse/Sema (nowait): https://github.com/llvm/llvm-project/pull/159628 |
509509+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
510510| Function references for locator list items | :none: `unclaimed ` | :none: `unclaimed ` | |
511511+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
Original file line number Diff line number Diff line change @@ -620,6 +620,8 @@ OpenMP Support
620620- Added support for ``defaultmap `` directive implicit-behavior ``private ``.
621621- Added parsing and semantic analysis support for ``groupprivate `` directive.
622622- Added support for 'omp fuse' directive.
623+ - Updated parsing and semantic analysis support for ``nowait `` clause to accept
624+ optional argument in OpenMP >= 60.
623625
624626Improvements
625627^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments