Skip to content

Commit

Permalink
[libc++] Add details about string annotations
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Advenam Tacet committed Feb 6, 2024
1 parent 8075f0d commit 954c312
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libcxx/docs/ReleaseNotes/18.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ Improvements and New Features
``-DLIBCXX_INSTALL_MODULE_DIR=<path>``. The default location is
``${PREFIX}/share/libc++/v1``.

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

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

0 comments on commit 954c312

Please sign in to comment.