Author: Julian Brown Date: 2025-04-03T16:34:35+01:00 New Revision: c1ada72b0995844299ef40433314124266015428
URL: https://github.com/llvm/llvm-project/commit/c1ada72b0995844299ef40433314124266015428 DIFF: https://github.com/llvm/llvm-project/commit/c1ada72b0995844299ef40433314124266015428.diff LOG: [OpenMP] Mark 'map-type modifiers in arbitrary position' done (#133906) I think #90499 already implements support for the listed OpenMP 6.0 feature mentioned in the title. This patch just marks it done (for C/C++). Added: Modified: clang/docs/OpenMPSupport.rst Removed: ################################################################################ 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 | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits