https://github.com/yronglin created https://github.com/llvm/llvm-project/pull/111930
Fix a typo in ReleaseNotes that introduced by https://github.com/llvm/llvm-project/pull/86960. >From c874daa3829eefeaf8b329f58c3964e80c478f22 Mon Sep 17 00:00:00 2001 From: yronglin <yronglin...@gmail.com> Date: Fri, 11 Oct 2024 08:13:35 +0800 Subject: [PATCH] [NFC][clang] Fix typo in ReleaseNotes Signed-off-by: yronglin <yronglin...@gmail.com> --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index e48835d4738007..df165b91252505 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -172,7 +172,7 @@ C++23 Feature Support - Removed the restriction to literal types in constexpr functions in C++23 mode. - Extend lifetime of temporaries in mem-default-init for P2718R0. Clang now fully - supported `P2718R0 Lifetime extension in range-based for loops <https://wg21.link/P2718R0>`_. + supports `P2718R0 Lifetime extension in range-based for loops <https://wg21.link/P2718R0>`_. C++20 Feature Support ^^^^^^^^^^^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits