Author: Kevin Sala Penades Date: 2026-02-11T10:52:53+01:00 New Revision: ea0e2f000983bf2fc46f6416d28b418cebc005c6
URL: https://github.com/llvm/llvm-project/commit/ea0e2f000983bf2fc46f6416d28b418cebc005c6 DIFF: https://github.com/llvm/llvm-project/commit/ea0e2f000983bf2fc46f6416d28b418cebc005c6.diff LOG: [OpenMP] Claim OpenMP dims modifier (#180904) Added: Modified: clang/docs/OpenMPSupport.rst Removed: ################################################################################ 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
