From 41f514c1eda376bc75b8078211f029ddd861a88e Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Wed, 17 Jul 2024 01:16:42 +0800 Subject: [PATCH] Address @ldionne's review comments Updating LLVM 20 entries in 19.rst and 20.rst. --- libcxx/docs/ReleaseNotes/19.rst | 4 ++++ libcxx/docs/ReleaseNotes/20.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/libcxx/docs/ReleaseNotes/19.rst b/libcxx/docs/ReleaseNotes/19.rst index 1a3644f199193d..4126afeb0399d5 100644 --- a/libcxx/docs/ReleaseNotes/19.rst +++ b/libcxx/docs/ReleaseNotes/19.rst @@ -152,6 +152,10 @@ LLVM 20 - The C++20 synchronization library will be removed entirely in language modes prior to C++20 in LLVM 20. +- The relational operators for ``std::chrono::weekday`` will be removed entirely, and the + ``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro that was used to re-enable this extension will be + ignored in LLVM 20. + LLVM 21 ~~~~~~~ TODO diff --git a/libcxx/docs/ReleaseNotes/20.rst b/libcxx/docs/ReleaseNotes/20.rst index 79b9788f92edad..fb677b1667ddcf 100644 --- a/libcxx/docs/ReleaseNotes/20.rst +++ b/libcxx/docs/ReleaseNotes/20.rst @@ -55,6 +55,10 @@ Deprecations and Removals - TODO: The C++20 synchronization library will be removed entirely in language modes prior to C++20 in LLVM 20. +- TODO: The relational operators for ``std::chrono::weekday`` will be removed entirely, and the + ``_LIBCPP_ENABLE_REMOVED_WEEKDAY_RELATIONAL_OPERATORS`` macro that was used to re-enable this extension will be + ignored in LLVM 20. + Upcoming Deprecations and Removals ----------------------------------