[libcxx-commits] [libcxx] 70823fe - [libc++][NFC] Fix incorrect formatting of release notes

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 22 06:22:15 PST 2024


Author: Louis Dionne
Date: 2024-01-22T09:22:08-05:00
New Revision: 70823fe4871eb6ca3fe8dc8264ac005c8edbfe70

URL: https://github.com/llvm/llvm-project/commit/70823fe4871eb6ca3fe8dc8264ac005c8edbfe70
DIFF: https://github.com/llvm/llvm-project/commit/70823fe4871eb6ca3fe8dc8264ac005c8edbfe70.diff

LOG: [libc++][NFC] Fix incorrect formatting of release notes

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/18.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst
index c619f94fd00357c..237a63022d55ff5 100644
--- a/libcxx/docs/ReleaseNotes/18.rst
+++ b/libcxx/docs/ReleaseNotes/18.rst
@@ -148,11 +148,11 @@ Deprecations and Removals
   macro is provided to restore the previous behavior, and it will be supported in the LLVM 18 release only.
   In LLVM 19 and beyond, ``_LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT`` will not be honored anymore.
 
-- Overriding `__libcpp_verbose_abort` no longer has any effect on library assertions. The only supported way
+- Overriding ``__libcpp_verbose_abort`` no longer has any effect on library assertions. The only supported way
   to customize the assertion handler that gets invoked when a hardening assertion fails is now by setting the
   ``LIBCXX_ASSERTION_HANDLER_FILE`` CMake variable and providing a custom header. See the documentation on
-  overriding the default assertion handler for details. The ability to override `__libcpp_verbose_abort` will
-  be removed in an upcoming release in favor of the new overriding mechanism.
+  overriding the default assertion handler for details. The ability to override ``__libcpp_verbose_abort``
+  will be removed in an upcoming release in favor of the new overriding mechanism.
 
 - In safe mode (which is now equivalent to the ``extensive`` hardening mode), a failed assertion will now
   generate a trap rather than a call to verbose abort.


        


More information about the libcxx-commits mailing list