Skip to content

Commit 954c312

Browse files
author
Advenam Tacet
committed
[libc++] Add details about string annotations
This commit adds information that only long strings are annotated, and with all allocators by default. To read why short string annotations are not turned on yet, read related PR: llvm#79536
1 parent 8075f0d commit 954c312

File tree

1 file changed

+3
-1
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+3
-1
lines changed

libcxx/docs/ReleaseNotes/18.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ Improvements and New Features
124124
``-DLIBCXX_INSTALL_MODULE_DIR=<path>``. The default location is
125125
``${PREFIX}/share/libc++/v1``.
126126

127-
- AddressSanitizer annotations have been added to ``std::basic_string``.
127+
- AddressSanitizer annotations have been added to ``std::basic_string``
128+
external buffers (long strings only).
129+
Enabled with all allocators by default.
128130

129131
- The libc++ source code has been formatted with ``clang-format``. This
130132
`discourse thread <https://discourse.llvm.org/t/rfc-clang-formatting-all-of-libc-once-and-for-all>`_

0 commit comments

Comments
 (0)