Skip to content

Commit 9b5a303

Browse files
authored
[OpenMP][Docs] Update OpenMP supported features table (#109726)
OpenMP features table: updated scope directive status from 'worked on' to 'done' in section OpenMP 5.1 Implementation Details.
1 parent 64e7cb2 commit 9b5a303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/OpenMPSupport.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ implementation.
294294
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
295295
| misc | error directive | :good:`done` | D139166 |
296296
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
297-
| misc | scope construct | :none:`worked on` | D157933 |
297+
| misc | scope construct | :good:`done` | D157933, https://github.com/llvm/llvm-project/pull/109197 |
298298
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
299299
| misc | routines for controlling and querying team regions | :part:`partial` | D95003 (libomp only) |
300300
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+

0 commit comments

Comments
 (0)