[libcxx-commits] [PATCH] D146214: [ASan][libc++] Annotating std::basic_string with all allocators

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 24 04:39:59 PDT 2023


AdvenamTacet updated this revision to Diff 508049.
AdvenamTacet marked 3 inline comments as done.
AdvenamTacet added a comment.

This update removes conditional code as much as possible, as suggested in inline comments.
One `#if` was moved to `__asan_annotate_container_with_allocator`, check D145628 <https://reviews.llvm.org/D145628> for details.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146214/new/

https://reviews.llvm.org/D146214

Files:
  libcxx/include/string
  libcxx/test/libcxx/containers/strings/no_asan.pass.cpp
  libcxx/test/support/asan_testing.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146214.508049.patch
Type: text/x-patch
Size: 5120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230324/7b436d60/attachment.bin>


More information about the libcxx-commits mailing list