llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: None (CatherineMoore) <details> <summary>Changes</summary> @<!-- -->jhuber6: Please review --- Full diff: https://github.com/llvm/llvm-project/pull/162379.diff 1 Files Affected: - (modified) clang/docs/OpenMPSupport.rst (+1-1) ``````````diff diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index cf89e31aa93ef..90c0186e47ea7 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 | `````````` </details> https://github.com/llvm/llvm-project/pull/162379 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
