[clang] 3d81653 - [OpenMP51][DOCS] Claimed masked construct and report current patch, NFC.
via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 9 13:23:05 PDT 2021
Author: cchen
Date: 2021-04-09T15:21:13-05:00
New Revision: 3d816537df2c99cdb151a86249da58f4529ec17d
URL: https://github.com/llvm/llvm-project/commit/3d816537df2c99cdb151a86249da58f4529ec17d
DIFF: https://github.com/llvm/llvm-project/commit/3d816537df2c99cdb151a86249da58f4529ec17d.diff
LOG: [OpenMP51][DOCS] Claimed masked construct and report current patch, NFC.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index ab4d4d52c736b..6a4cdf210131e 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -338,7 +338,7 @@ want to help with the implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc extension | nothing directive | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension | masked construct and related combined constructs | :none:`unclaimed` | |
+| misc extension | masked construct and related combined constructs | :part:`worked on` | D99995 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc extension | default(firstprivate) & default(private) | :part:`partial` | firstprivate done: D75591 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list