[llvm-branch-commits] [libcxx] 09546e1 - [libc++][doc] Update the release notes.
Mark de Wever via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 3 12:50:11 PST 2022
Author: Mark de Wever
Date: 2022-03-03T21:49:50+01:00
New Revision: 09546e1b5103a9d4c148e6af0ace1673ab55b893
URL: https://github.com/llvm/llvm-project/commit/09546e1b5103a9d4c148e6af0ace1673ab55b893
DIFF: https://github.com/llvm/llvm-project/commit/09546e1b5103a9d4c148e6af0ace1673ab55b893.diff
LOG: [libc++][doc] Update the release notes.
Fixes the incorrect removal version of the experimental coroutine
header.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D120935
Added:
Modified:
libcxx/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 8a5f7099b82a8..20303382d790c 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -148,7 +148,7 @@ API Changes
- The ``<experimental/coroutine>`` header is deprecated, as is any
use of coroutines without C++20. Use C++20's ``<coroutine>`` header
instead. The ``<experimental/coroutine>`` header will be removed
- in LLVM 15.
+ in LLVM 16.
- ``_VSTD`` is now an alias for ``std`` instead of ``std::_LIBCPP_ABI_NAMESPACE``.
This is technically not a functional change, except for folks that might have been
More information about the llvm-branch-commits
mailing list