Skip to content

Commit 6ce3a02

Browse files
mikerice1969memfrob
authored andcommitted
[OPENMP][DOCS]Update status of the supported constructs, NFC.
1 parent 6673fc5 commit 6ce3a02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ want to help with the implementation.
266266
+==============================+==============================================================+==========================+=======================================================================+
267267
| atomic extension | 'compare' and 'fail' clauses on atomic construct | :none:`unclaimed` | |
268268
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
269-
| base language | C++ attribute specifier syntax | :none:`unclaimed` | |
269+
| base language | C++ attribute specifier syntax | :part:`worked on` | |
270270
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
271271
| device extension | 'present' map type modifier | :good:`done` | D83061, D83062, D84422 |
272272
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -294,7 +294,7 @@ want to help with the implementation.
294294
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
295295
| device extension | allow virtual functions calls for mapped object on device | :none:`unclaimed` | |
296296
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
297-
| device extension | interop construct | :none:`unclaimed` | |
297+
| device extension | interop construct | :part:`partial` | parsing/sema done: D98558, D98834, D98815 |
298298
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
299299
| device extension | assorted routines for querying interoperable properties | :none:`unclaimed` | |
300300
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -304,7 +304,7 @@ want to help with the implementation.
304304
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
305305
| loop extension | 'reproducible'/'unconstrained' modifiers in 'order' clause | :none:`unclaimed` | |
306306
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
307-
| memory management | alignment extensions for allocate directive and clause | :none:`unclaimed` | |
307+
| memory management | alignment extensions for allocate directive and clause | :part:`worked on` | |
308308
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
309309
| memory management | new memory management routines | :none:`unclaimed` | |
310310
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -332,7 +332,7 @@ want to help with the implementation.
332332
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
333333
| misc extension | begin/end declare variant | :good:`done` | D71179 |
334334
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
335-
| misc extension | dispatch construct and function variant argument adjustment | :none:`unclaimed` | |
335+
| misc extension | dispatch construct and function variant argument adjustment | :part:`worked on` | D99537, D99679 |
336336
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
337337
| misc extension | assume and assumes directives | :part:`worked on` | |
338338
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+

0 commit comments

Comments
 (0)