[clang] [docs][OpenMP] Claim compound directive handling (PR #160077)

Krzysztof Parzyszek via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 22 04:32:38 PDT 2025


https://github.com/kparzysz created https://github.com/llvm/llvm-project/pull/160077

None

>From 8093619490ed0ef189e48dec25f3564ac2ab259e Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: Mon, 22 Sep 2025 06:31:15 -0500
Subject: [PATCH] [docs][OpenMP] Claim compound directive handling

---
 clang/docs/OpenMPSupport.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index d80f07bde1dfa..b09bd9ce6ae9a 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -481,7 +481,8 @@ implementation.
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | transparent clause (hull tasks)                             | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| rule-based compound directives                              | :none:`unclaimed`         | :part:`In Progress`       | Testing for Fortran missing                                              |
+| rule-based compound directives                              | :part:`In Progress`       | :part:`In Progress`       | kparzysz                                                                 |
+|                                                             |                           |                           | Testing for Fortran missing                                              |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | C23, C++23                                                  | :none:`unclaimed`         |                           |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+



More information about the cfe-commits mailing list