[clang] 56b39af - [OpenMP51][DOCS] Mark "add present modifier in defaultmap clause" as
via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 1 09:04:43 PDT 2021
Author: cchen
Date: 2021-04-01T11:02:23-05:00
New Revision: 56b39afb58627507ffbc7eaa749781a30b750c03
URL: https://github.com/llvm/llvm-project/commit/56b39afb58627507ffbc7eaa749781a30b750c03
DIFF: https://github.com/llvm/llvm-project/commit/56b39afb58627507ffbc7eaa749781a30b750c03.diff
LOG: [OpenMP51][DOCS] Mark "add present modifier in defaultmap clause" as
done, NFC.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index e66d9a64a93f..6e15716f3bb4 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -272,7 +272,7 @@ want to help with the implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device extension | 'present' motion modifier | :good:`done` | D84711, D84712 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension | 'present' in defaultmap clause | :part:`worked on` | D92427 |
+| device extension | 'present' in defaultmap clause | :good:`done` | D92427 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device extension | map clause reordering reordering based on 'present' modifier | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list