Skip to content

Commit dc8e727

Browse files
committed
[docs][OpenMP] Remove "unclaimed" from language-specific items
Things like C23 or Fortran 2023 had "unclaimed" entries in the column for the language that they don't apply to. Leave these fields blank instead.
1 parent 40edc34 commit dc8e727

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ implementation.
364364
+=============================================================+===========================+===========================+==========================================================================+
365365
| free-agent threads | :none:`unclaimed` | :none:`unclaimed` | |
366366
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
367-
| threadset clause | :`worked on` | :none:`unclaimed` | |
367+
| threadset clause | :part:`in progress` | :none:`unclaimed` | |
368368
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
369369
| Recording of task graphs | :none:`unclaimed` | :none:`unclaimed` | |
370370
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
@@ -374,7 +374,7 @@ implementation.
374374
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
375375
| Loop transformation constructs | :none:`unclaimed` | :none:`unclaimed` | |
376376
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
377-
| loop stripe transformation | :good:`done` | https://github.com/llvm/llvm-project/pull/119891 |
377+
| loop stripe transformation | :good:`done` | :none:`unclaimed` | https://github.com/llvm/llvm-project/pull/119891 |
378378
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379379
| workdistribute construct | | :none:`in progress` | @skc7, @mjklemm |
380380
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
@@ -386,15 +386,15 @@ implementation.
386386
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
387387
| rule-based compound directives | :none:`unclaimed` | :part:`In Progress` | Testing for Fortran missing |
388388
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
389-
| C23, C++23 | :none:`unclaimed` | :none:`unclaimed` | |
389+
| C23, C++23 | :none:`unclaimed` | | |
390390
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
391-
| Fortran 2023 | :none:`unclaimed` | :none:`unclaimed` | |
391+
| Fortran 2023 | | :none:`unclaimed` | |
392392
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
393393
| decl attribute for declarative directives | :none:`unclaimed` | :none:`unclaimed` | |
394394
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
395-
| C attribute syntax | :none:`unclaimed` | :none:`unclaimed` | |
395+
| C attribute syntax | :none:`unclaimed` | | |
396396
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
397-
| pure directives in DO CONCURRENT | :none:`unclaimed` | :none:`unclaimed` | |
397+
| pure directives in DO CONCURRENT | | :none:`unclaimed` | |
398398
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
399399
| Optional argument for all clauses | :none:`unclaimed` | :none:`unclaimed` | |
400400
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
@@ -405,7 +405,7 @@ implementation.
405405
| Extensions to depobj construct | :none:`unclaimed` | :none:`unclaimed` | |
406406
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
407407
| Extensions to atomic construct | :none:`unclaimed` | :none:`unclaimed` | |
408-
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
408+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
409409
| Private reductions | :good:`mostly` | :none:`unclaimed` | Parse/Sema:https://github.com/llvm/llvm-project/pull/129938 |
410410
| | | | Codegen: https://github.com/llvm/llvm-project/pull/134709 |
411411
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
@@ -423,7 +423,7 @@ implementation.
423423
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
424424
| atomics constructs on concurrent loop regions | :good:`done` | :none:`unclaimed` | https://github.com/llvm/llvm-project/pull/125621 |
425425
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
426-
| Loop construct with DO CONCURRENT | :none:`unclaimed` | :part:`In Progress` | |
426+
| Loop construct with DO CONCURRENT | | :part:`In Progress` | |
427427
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
428428
| device_type clause for target construct | :none:`unclaimed` | :none:`unclaimed` | |
429429
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

0 commit comments

Comments
 (0)