[clang] [OpenMP] Claim OpenMP dims modifier (PR #180904)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 11 01:37:05 PST 2026


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


More information about the cfe-commits mailing list