From 07b3bdd269d22d06bfa6e6038e9a7e4733ec456b Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Tue, 7 Oct 2025 16:42:44 -0500 Subject: [PATCH] Update OpenMP 6.0 implementation status. --- 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 68ca7bedddb06..a30807f3bc4e3 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -550,7 +550,7 @@ implementation. +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ | OMP_AVAILABLE_DEVICES envirable | :none:`unclaimed` | :none:`unclaimed` | | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ -| Traits for default device envirable | :none:`unclaimed` | :none:`unclaimed` | | +| Traits for default device envirable | :part:`in progress` | :none:`unclaimed` | ro-i | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ | Optionally omit array length expression | :good:`done` | :none:`unclaimed` | (Parse) https://github.com/llvm/llvm-project/pull/148048, | | | | | (Sema) https://github.com/llvm/llvm-project/pull/152786 |