[llvm-branch-commits] [clang] [docs][OpenMP] Claim C/C++ implementation of dyn_groupprivate clause (PR #155653)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 27 09:57:56 PDT 2025
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/155653.diff
1 Files Affected:
- (modified) clang/docs/OpenMPSupport.rst (+3-1)
``````````diff
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index adb14c21a4d38..0fa4ba3961bdd 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -499,7 +499,9 @@ implementation.
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
|Feature | C/C++ Status | Fortran Status | Reviews |
+=============================================================+===========================+===========================+==========================================================================+
-| | | | |
+| dyn_groupprivate clause | :part:`In Progress` | :part:`In Progress` | C/C++: kevinsala (https://github.com/llvm/llvm-project/pull/152651 |
+| | | | https://github.com/llvm/llvm-project/pull/152830 |
+| | | | https://github.com/llvm/llvm-project/pull/152831) |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
``````````
</details>
https://github.com/llvm/llvm-project/pull/155653
More information about the llvm-branch-commits
mailing list