Skip to content

Commit 40edc34

Browse files
authored
[docs][OpenMP] Update the status of GROUPPRIVATE in flang (#157470)
1 parent a2011d3 commit 40edc34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,10 @@ implementation.
477477
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
478478
| Local clause on declare target | :part:`In Progress` | :none:`unclaimed` | |
479479
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
480-
| groupprivate directive | :part:`In Progress` | :part:`In Progress` | Flang: kparzysz, mjklemm |
480+
| groupprivate directive | :part:`In Progress` | :part:`partial` | Flang: kparzysz, mjklemm |
481+
| | | | |
482+
| | | | Flang parser: https://github.com/llvm/llvm-project/pull/153807 |
483+
| | | | Flang sema: https://github.com/llvm/llvm-project/pull/154779 |
481484
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
482485
| variable-category on default clause | :part:`In Progress` | :none:`unclaimed` | |
483486
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

0 commit comments

Comments
 (0)