Skip to content

Commit

Permalink
Address @ldionne's review comments
Browse files Browse the repository at this point in the history
Updating LLVM 20 entries in 19.rst and 20.rst.
  • Loading branch information
frederick-vs-ja committed Jul 16, 2024
1 parent 2fb3ac9 commit 41f514c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libcxx/docs/ReleaseNotes/19.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions libcxx/docs/ReleaseNotes/20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------
Expand Down

0 comments on commit 41f514c

Please sign in to comment.