[clang] Update OpenMPSupport.rst (PR #133138)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 26 11:13:06 PDT 2025
https://github.com/CatherineMoore created https://github.com/llvm/llvm-project/pull/133138
Document wip for ref modifier for map clauses in C++ implementation of OpenMP 6.0
>From ee53cc39ca84a4cece5b01502fbd778282a051c8 Mon Sep 17 00:00:00 2001
From: CatherineMoore <catmoore at amd.com>
Date: Wed, 26 Mar 2025 14:11:24 -0400
Subject: [PATCH] Update OpenMPSupport.rst
---
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 83d90ffef6bc7..892a2dc9e157a 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -454,7 +454,7 @@ implementation.
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
| Clarifications to implicit reductions | :none:`unclaimed` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| ref modifier for map clauses | :none:`unclaimed` | :none:`unclaimed` | |
+| ref modifier for map clauses | :none:`wip` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
| map-type modifiers in arbitrary position | :none:`unclaimed` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
More information about the cfe-commits
mailing list