[clang] [OpenMP] Fix table indentation in clang documentation (PR #158724)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 15 12:48:53 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: None (CatherineMoore)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/158724.diff
1 Files Affected:
- (modified) clang/docs/OpenMPSupport.rst (+3)
``````````diff
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 54c8f9a151f51..f589ba97af1ff 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -359,6 +359,7 @@ and their implementation status. Please post on the
information or if you want to help with the
implementation.
+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
|Feature | C/C++ Status | Fortran Status | Reviews |
+=============================================================+===========================+===========================+==========================================================================+
@@ -405,6 +406,7 @@ implementation.
| dispatch construct extension to support end directive | :none:`N/A` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
|OpenMP 5.2 Deprecations | C/C++ Status | Fortran Status | Reviews |
+=============================================================+===========================+===========================+==========================================================================+
@@ -444,6 +446,7 @@ and their implementation status. Please post on the
information or if you want to help with the
implementation.
+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
|Feature | C/C++ Status | Fortran Status | Reviews |
+=============================================================+===========================+===========================+==========================================================================+
``````````
</details>
https://github.com/llvm/llvm-project/pull/158724
More information about the cfe-commits
mailing list