[clang] Claiming support for groupprivate and variable-category (PR #153553)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 14 01:17:07 PDT 2025
https://github.com/Ritanya-B-Bharadwaj created https://github.com/llvm/llvm-project/pull/153553
None
>From 13b98f7daaf72b16e0c0a3a9e9d408a25f3f28fc Mon Sep 17 00:00:00 2001
From: Ritanya B Bharadwaj <ritanya.b.bharadwaj at gmail.com>
Date: Thu, 14 Aug 2025 03:15:21 -0500
Subject: [PATCH] Claiming support for groupprivate and variable-category
---
clang/docs/OpenMPSupport.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 58cd10ad4d8fa..328ccf0e80fc0 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -476,6 +476,10 @@ implementation.
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
| Local clause on declare target | :part:`In Progress` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+| groupprivate directive | :part:`In Progress` | :none:`unclaimed` | |
++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+| variable-category on default clause | :part:`In Progress` | :none:`unclaimed` | |
++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
OpenMP Extensions
=================
More information about the cfe-commits
mailing list