[libcxx-commits] [libcxx] 9612175 - [libc++][NFC] Remove stray backtick in documentation
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 7 13:47:24 PST 2025
Author: Louis Dionne
Date: 2025-01-07T16:47:18-05:00
New Revision: 9612175f22146505ea871e4f60a5d701b45ffeeb
URL: https://github.com/llvm/llvm-project/commit/9612175f22146505ea871e4f60a5d701b45ffeeb
DIFF: https://github.com/llvm/llvm-project/commit/9612175f22146505ea871e4f60a5d701b45ffeeb.diff
LOG: [libc++][NFC] Remove stray backtick in documentation
Added:
Modified:
libcxx/docs/Hardening.rst
Removed:
################################################################################
diff --git a/libcxx/docs/Hardening.rst b/libcxx/docs/Hardening.rst
index 531065afb8e82b..73d59c05914fd5 100644
--- a/libcxx/docs/Hardening.rst
+++ b/libcxx/docs/Hardening.rst
@@ -341,7 +341,7 @@ Vendors can use the following ABI options to enable additional hardening checks:
ABI impact: changes the iterator type of ``vector`` (except ``vector<bool>``).
-- ``_LIBCPP_ABI_BOUNDED_UNIQUE_PTR``` -- tracks the bounds of the array stored inside
+- ``_LIBCPP_ABI_BOUNDED_UNIQUE_PTR`` -- tracks the bounds of the array stored inside
a ``std::unique_ptr<T[]>``, allowing it to trap when accessed out-of-bounds. This
requires the ``std::unique_ptr`` to be created using an API like ``std::make_unique``
or ``std::make_unique_for_overwrite``, otherwise the bounds information is not available
More information about the libcxx-commits
mailing list