From 43b98ffed08a5691dd2d8275b8952569f55f015d Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Thu, 13 Feb 2020 12:26:39 -0500 Subject: [PATCH] [OPENMP][DOCS]Update status of support constructs, NFC. --- clang/docs/OpenMPSupport.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 945f017..085ef4d 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -199,7 +199,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device extension | clause: reverse_offload | :none:`unclaimed parts` | D52780 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| device extension | clause: atomic_default_mem_rrder | :none:`unclaimed parts` | D53513 | +| device extension | clause: atomic_default_mem_orrder | :good:`done` | D53513 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device extension | clause: dynamic_allocators | :none:`unclaimed parts` | D53079 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -- 2.7.4