[clang] eed45b5 - [OPENMP][DOCS]Update status of supported constructs, NFC.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 18 10:30:31 PDT 2020
Author: Alexey Bataev
Date: 2020-06-18T13:29:33-04:00
New Revision: eed45b5fa2b638360ebfde037d284b9dc69e54c0
URL: https://github.com/llvm/llvm-project/commit/eed45b5fa2b638360ebfde037d284b9dc69e54c0
DIFF: https://github.com/llvm/llvm-project/commit/eed45b5fa2b638360ebfde037d284b9dc69e54c0.diff
LOG: [OPENMP][DOCS]Update status of supported constructs, NFC.
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index e6c4752ef51c..f56980faaee8 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -245,7 +245,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc extension | pointer/reference to pointer based array reductions | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc extension | prevent new type definitions in clauses | :none:`unclaimed` | |
+| misc extension | prevent new type definitions in clauses | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| memory model extension | memory model update (seq_cst, acq_rel, release, acquire,...) | :good:`done` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list