Hans Wennborg | 003a998 | 2019-07-18 11:51:05 +0000 | [diff] [blame] | 1 | ========================================= |
Tom Stellard | 5b1e219 | 2023-01-24 22:55:53 -0800 | [diff] [blame] | 2 | Libc++ 17.0.0 (In-Progress) Release Notes |
Hans Wennborg | 003a998 | 2019-07-18 11:51:05 +0000 | [diff] [blame] | 3 | ========================================= |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 4 | |
| 5 | .. contents:: |
| 6 | :local: |
| 7 | :depth: 2 |
| 8 | |
Hans Wennborg | 3329a84 | 2018-09-10 08:57:12 +0000 | [diff] [blame] | 9 | Written by the `Libc++ Team <https://libcxx.llvm.org>`_ |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 10 | |
| 11 | .. warning:: |
| 12 | |
Tom Stellard | 5b1e219 | 2023-01-24 22:55:53 -0800 | [diff] [blame] | 13 | These are in-progress notes for the upcoming libc++ 17 release. |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 14 | Release notes for previous releases can be found on |
Hans Wennborg | 3329a84 | 2018-09-10 08:57:12 +0000 | [diff] [blame] | 15 | `the Download Page <https://releases.llvm.org/download.html>`_. |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 16 | |
| 17 | Introduction |
| 18 | ============ |
| 19 | |
| 20 | This document contains the release notes for the libc++ C++ Standard Library, |
Tom Stellard | 5b1e219 | 2023-01-24 22:55:53 -0800 | [diff] [blame] | 21 | part of the LLVM Compiler Infrastructure, release 17.0.0. Here we describe the |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 22 | status of libc++ in some detail, including major improvements from the previous |
| 23 | release and new feature work. For the general LLVM release notes, see `the LLVM |
Hans Wennborg | 3329a84 | 2018-09-10 08:57:12 +0000 | [diff] [blame] | 24 | documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may |
| 25 | be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_. |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 26 | |
| 27 | For more information about libc++, please see the `Libc++ Web Site |
Hans Wennborg | 3329a84 | 2018-09-10 08:57:12 +0000 | [diff] [blame] | 28 | <https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_. |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 29 | |
Hans Wennborg | fc14f4e | 2020-01-15 10:02:56 +0100 | [diff] [blame] | 30 | Note that if you are reading this file from a Git checkout or the |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 31 | main Libc++ web page, this document applies to the *next* release, not |
| 32 | the current one. To see the release notes for a specific release, please |
Hans Wennborg | 3329a84 | 2018-09-10 08:57:12 +0000 | [diff] [blame] | 33 | see the `releases page <https://llvm.org/releases/>`_. |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 34 | |
Tom Stellard | 5b1e219 | 2023-01-24 22:55:53 -0800 | [diff] [blame] | 35 | What's New in Libc++ 17.0.0? |
Hans Wennborg | 003a998 | 2019-07-18 11:51:05 +0000 | [diff] [blame] | 36 | ============================ |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 37 | |
Nikolas Klauser | 4f4a9bd | 2022-06-17 20:20:48 +0200 | [diff] [blame] | 38 | Implemented Papers |
| 39 | ------------------ |
Louis Dionne | 4222207 | 2018-09-06 14:46:22 +0000 | [diff] [blame] | 40 | |
Louis Dionne | 1ce86ad | 2022-07-21 12:48:14 -0400 | [diff] [blame] | 41 | Improvements and New Features |
| 42 | ----------------------------- |
Nikolas Klauser | 4f4a9bd | 2022-06-17 20:20:48 +0200 | [diff] [blame] | 43 | |
Louis Dionne | 1ce86ad | 2022-07-21 12:48:14 -0400 | [diff] [blame] | 44 | Deprecations and Removals |
| 45 | ------------------------- |
Louis Dionne | 8192593 | 2022-11-14 09:56:35 -1000 | [diff] [blame] | 46 | |
Chuanqi Xu | 1d416a6 | 2021-09-23 10:33:45 -0400 | [diff] [blame] | 47 | - The ``<experimental/coroutine>`` header has been removed in this release. The ``<coroutine>`` header |
| 48 | has been shipping since LLVM 14, so the Coroutines TS implementation is being removed per our policy |
| 49 | for removing TSes. |
| 50 | |
Louis Dionne | 1ce86ad | 2022-07-21 12:48:14 -0400 | [diff] [blame] | 51 | Upcoming Deprecations and Removals |
| 52 | ---------------------------------- |
| 53 | |
Louis Dionne | 5952a79 | 2023-01-09 16:59:59 -0500 | [diff] [blame] | 54 | - The ``_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED`` macro will not be honored anymore in LLVM 18. |
| 55 | Please see the updated documentation about the safe libc++ mode and in particular the ``_LIBCPP_VERBOSE_ABORT`` |
| 56 | macro for details. |
| 57 | |
Adrian Vogelsgesang | 55e0c49 | 2022-07-31 16:12:42 -0700 | [diff] [blame] | 58 | API Changes |
| 59 | ----------- |
Louis Dionne | c23f69f | 2022-09-19 15:38:18 -0400 | [diff] [blame] | 60 | |
Louis Dionne | 1ce86ad | 2022-07-21 12:48:14 -0400 | [diff] [blame] | 61 | ABI Affecting Changes |
| 62 | --------------------- |
Alex Richardson | f7e00ca | 2022-06-20 15:44:57 +0100 | [diff] [blame] | 63 | |
Louis Dionne | 14918c8 | 2021-10-18 13:58:31 -0400 | [diff] [blame] | 64 | Build System Changes |
| 65 | -------------------- |