llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Kevin Sala Penades (kevinsala) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/180904.diff 1 Files Affected: - (modified) clang/docs/OpenMPSupport.rst (+3) ``````````diff 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 ================= `````````` </details> https://github.com/llvm/llvm-project/pull/180904 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
