From e5d31a49ee4e4e75668d90b56ef5e3832558c190 Mon Sep 17 00:00:00 2001 From: Julian Brown Date: Tue, 1 Apr 2025 07:46:49 -0500 Subject: [PATCH] [OpenMP] Mark 'map-type modifiers in arbitrary position' done I think PR90499 already implements support for the listed OpenMP 6.0 feature mentioned in the title. This patch just marks it done (for C/C++). --- 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..f39987caf5c43 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -456,7 +456,7 @@ implementation. +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ | ref modifier for map clauses | :none:`unclaimed` | :none:`unclaimed` | | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ -| map-type modifiers in arbitrary position | :none:`unclaimed` | :none:`unclaimed` | | +| map-type modifiers in arbitrary position | :good:`done` | :none:`unclaimed` | https://github.com/llvm/llvm-project/pull/90499 | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ | Lift nesting restriction on concurrent loop | :good:`done` | :none:`unclaimed` | https://github.com/llvm/llvm-project/pull/125621 | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+