https://github.com/kevinsala created https://github.com/llvm/llvm-project/pull/180904
None >From 37ae6b4efcbbfd5ee9348570a2e40de3352b742e Mon Sep 17 00:00:00 2001 From: Kevin Sala <[email protected]> Date: Wed, 11 Feb 2026 01:33:06 -0800 Subject: [PATCH] Claim OpenMP dims modifier --- clang/docs/OpenMPSupport.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 73a200971c39d..1d6ee8f09e4c4 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -642,6 +642,9 @@ implementation. | | | | https://github.com/llvm/llvm-project/pull/173931) | | | | | RT: @abhinavgaba (https://github.com/llvm/llvm-project/pull/169603) | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ +| dims clause with strict behavior (multidimensional teams | :part:`In Progress` | :part:`In Progress` | C/C++: kevinsala | +| and leagues) | | | Fortran: skc7, kparzysz, mjklemm | ++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ OpenMP Extensions ================= _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
