[clang] c2e92cb - [Docs] Fix table after previous document update
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 17:34:04 PDT 2023
Author: Joseph Huber
Date: 2023-09-19T19:33:29-05:00
New Revision: c2e92cb490b1d9a7ecf0c97d3c2d2dc6d2d4fc70
URL: https://github.com/llvm/llvm-project/commit/c2e92cb490b1d9a7ecf0c97d3c2d2dc6d2d4fc70
DIFF: https://github.com/llvm/llvm-project/commit/c2e92cb490b1d9a7ecf0c97d3c2d2dc6d2d4fc70.diff
LOG: [Docs] Fix table after previous document update
Summary:
Someone broke this table in the documentation. Fix it by adding the
proper spacing.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 293a56d68f2d6b9..e5d95ee76f191b5 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -42,7 +42,7 @@ General improvements
GPU devices support
-====================
+===================
Data-sharing modes
------------------
@@ -204,7 +204,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc | library shutdown (omp_pause_resource[_all]) | :good:`done` | D55078 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc | metadirectives | :part:`mostly done` | D91944 |
+| misc | metadirectives | :part:`mostly done` | D91944 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc | conditional modifier for lastprivate clause | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -267,7 +267,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | indirect clause on declare target directive | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device | allow virtual functions calls for mapped object on device | :part:`partial` | |
+| device | allow virtual functions calls for mapped object on device | :part:`partial` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | interop construct | :part:`partial` | parsing/sema done: D98558, D98834, D98815 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list