[libcxx-commits] [libcxx] [libc++][doc] Update the release notes for LLVM 18 (PR #78324)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 21 04:29:02 PST 2024
================
@@ -35,9 +35,25 @@ see the `releases page <https://llvm.org/releases/>`_.
What's New in Libc++ 18.0.0?
==============================
-- A new debug mode has been added, replacing the legacy debug mode that was
- removed in the LLVM 17 release. See ``libcxx/docs/Hardening.rst`` for more
- details.
+The main focus of the libc++ team has been to implement new C++20, C++23,
+and C++26 features.
+
+A new debug mode has been added, replacing the legacy debug mode that was
+removed in the LLVM 17 release. See :ref:`hardening-modes` for more details.
----------------
mordante wrote:
Louis suggested a larger rewording, I've used that version.
https://github.com/llvm/llvm-project/pull/78324
More information about the libcxx-commits
mailing list