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

Kevin Sala Penades via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 11 01:36:31 PST 2026


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 <salapenades1 at llnl.gov>
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
 =================



More information about the cfe-commits mailing list