[clang] 92fd2eb - [Clang][OpenMP] Claim nowait clause on taskwait
Chi Chun Chen via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 27 09:03:18 PDT 2022
Author: Chi Chun Chen
Date: 2022-06-27T11:02:39-05:00
New Revision: 92fd2eb74f5b9cc3c0b4ce6c7de3c2866fa40b3a
URL: https://github.com/llvm/llvm-project/commit/92fd2eb74f5b9cc3c0b4ce6c7de3c2866fa40b3a
DIFF: https://github.com/llvm/llvm-project/commit/92fd2eb74f5b9cc3c0b4ce6c7de3c2866fa40b3a.diff
LOG: [Clang][OpenMP] Claim nowait clause on taskwait
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 1f233e63815fa..0f306be72ba0f 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -356,7 +356,7 @@ want to help with the implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| task extension | inoutset in depend clause | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| task extension | nowait clause on taskwait | :none:`unclaimed` | |
+| task extension | nowait clause on taskwait | :part:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
OpenMP Extensions
More information about the cfe-commits
mailing list