From 3203e1bc2e190aeee31a5b037f2535d03f2ca818 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Thu, 13 Feb 2020 15:02:11 -0500 Subject: [PATCH] [OPENMP50][DOCS]Update list of supported constructs, NFC. --- clang/docs/OpenMPSupport.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 085ef4d..12b23fc 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -217,7 +217,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device extension | pointer attachment | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| atomic extension | hints for the atomic construct | :part:`worked on` | D51233 | +| atomic extension | hints for the atomic construct | :good:`done` | D51233 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | base language | C11 support | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ @@ -241,7 +241,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | misc extension | prevent new type definitions in clauses | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| memory model extension | memory model update (seq_cst, acq_rel, release, acquire,...) | :none:`unclaimed` | | +| memory model extension | memory model update (seq_cst, acq_rel, release, acquire,...) | :good:`done` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -- 2.7.4