[clang] 445a2ab - [OpenMP][NFC] Unclaim iterators in 'map' clause and motion clauses
Chi Chun Chen via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 8 09:44:20 PST 2022
Author: Chi Chun Chen
Date: 2022-11-08T11:43:07-06:00
New Revision: 445a2ab60568be0a051cc2c9d2cc174cd0ab545d
URL: https://github.com/llvm/llvm-project/commit/445a2ab60568be0a051cc2c9d2cc174cd0ab545d
DIFF: https://github.com/llvm/llvm-project/commit/445a2ab60568be0a051cc2c9d2cc174cd0ab545d.diff
LOG: [OpenMP][NFC] Unclaim iterators in 'map' clause and motion clauses
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index af405d2202a85..efabe927d6df5 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -291,7 +291,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | has_device_addr clause on target construct | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device | iterators in map clause or motion clauses | :part:`worked on` | |
+| device | iterators in map clause or motion clauses | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | indirect clause on declare target directive | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list