[libcxx-commits] [PATCH] D156162: [NFC] Extend (and fix) release notes about ASan
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 24 12:55:12 PDT 2023
philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.
LGTM % comment.
================
Comment at: libcxx/docs/ReleaseNotes/17.rst:110-113
+- ASan annotations have been added to the ``std::deque`` container, to detect container overflows.
+ Additionally, container annotations have been extended to cover all allocators by default in ``std::vector``
+ (buffer alignment is no longer a requirement). If you wish to disable annotations
+ for a particular allocator, you can refer to the details in :ref:`turning-off-asan`.
----------------
I wouldn't go into too much detail here. We already added information about the annotations below. I think a design doc would be nice, but that will probably take too long for it to get into this release.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156162/new/
https://reviews.llvm.org/D156162
More information about the libcxx-commits
mailing list