Skip to content

Commit 4b90786

Browse files
committed
Updated release note and openmp support doc
1 parent a32c369 commit 4b90786

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
@@ -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
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

clang/docs/ReleaseNotes.rst

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

600602
Improvements
601603
^^^^^^^^^^^^

0 commit comments

Comments
 (0)