[clang] [OpenMP] Mark dyn_groupprivate support as partial for C/C++ (PR #186706)

Kevin Sala Penades via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 15 14:37:32 PDT 2026


https://github.com/kevinsala created https://github.com/llvm/llvm-project/pull/186706

None

>From 996f7bd3489f2b172f6092f1fef67d0d06c80947 Mon Sep 17 00:00:00 2001
From: Kevin Sala <salapenades1 at llnl.gov>
Date: Sun, 15 Mar 2026 14:35:27 -0700
Subject: [PATCH] [OpenMP] Mark dyn_groupprivate support as partial for C/C++

---
 clang/docs/OpenMPSupport.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 69757ca2e1b2b..3993911652acc 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -625,9 +625,7 @@ implementation.
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 |Feature                                                      | C/C++ Status              | Fortran Status            | Reviews                                                                  |
 +=============================================================+===========================+===========================+==========================================================================+
-| dyn_groupprivate clause                                     | :part:`In Progress`       | :part:`In Progress`       | C/C++: kevinsala (https://github.com/llvm/llvm-project/pull/152651       |
-|                                                             |                           |                           | https://github.com/llvm/llvm-project/pull/152830                         |
-|                                                             |                           |                           | https://github.com/llvm/llvm-project/pull/152831)                        |
+| dyn_groupprivate clause                                     | :part:`partial`           | :part:`In Progress`       | C/C++: Host device support missing                                       |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | loop flatten transformation                                 | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+



More information about the cfe-commits mailing list