From 523da891fd7579cf927bb6f2d70eb0683c63d211 Mon Sep 17 00:00:00 2001 From: Robert Imschweiler Date: Wed, 13 Aug 2025 08:50:23 -0500 Subject: [PATCH 1/2] [NFC][OpenMP] Claim message/severity clause + prescriptive num_threads --- clang/docs/OpenMPSupport.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 1f502db535872..8914dc068c6a5 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -470,9 +470,9 @@ implementation. | need_device_addr modifier for adjust_args clause | :part:`partial` | :none:`unclaimed` | Parsing/Sema: https://github.com/llvm/llvm-project/pull/143442 | | | | | https://github.com/llvm/llvm-project/pull/149586 | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ -| Prescriptive num_threads | :part:`In Progress` | :none:`unclaimed` | | +| Prescriptive num_threads | :part:`In Progress` | :none:`unclaimed` | ro-i | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ -| Message and severity clauses | :part:`In Progress` | :none:`unclaimed` | | +| Message and severity clauses | :part:`In Progress` | :none:`unclaimed` | ro-i | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ | Local clause on declare target | :part:`In Progress` | :none:`unclaimed` | | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ From 85bb2d5b892f39038f471979cd4cfff57fd21a1b Mon Sep 17 00:00:00 2001 From: Robert Imschweiler Date: Wed, 13 Aug 2025 09:23:17 -0500 Subject: [PATCH 2/2] fix table cell formatting --- clang/docs/OpenMPSupport.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 8914dc068c6a5..477ce634696bd 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -191,7 +191,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device | teams construct on the host device | :good:`done` | r371553 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| device | support non-contiguous array sections for target update | :good:`done` | https://github.com/llvm/llvm-project/pull/144635 | +| device | support non-contiguous array sections for target update | :good:`done` | https://github.com/llvm/llvm-project/pull/144635 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device | pointer attachment | :good:`done` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+