Skip to content

Commit 333f924

Browse files
committed
Updated release note and openmp support doc
1 parent 1dbb2f3 commit 333f924

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

624626
Improvements
625627
^^^^^^^^^^^^

0 commit comments

Comments
 (0)