[libcxx-commits] [PATCH] D136765: [ASan][libcxx] Annotating std::vector with all allocators

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 24 03:57:47 PDT 2023


AdvenamTacet updated this revision to Diff 508035.
AdvenamTacet added a comment.

This update removed `#if` checking compiler-rt to confirm support in API, the check was moved into `__asan_annotate_container_with_allocator` (check D145628 <https://reviews.llvm.org/D145628>) as suggested by @EricWF.

Additionally, test name is changed for one which (hopefuly) has a more precise description of the purpose.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136765

Files:
  libcxx/include/vector
  libcxx/test/libcxx/containers/sequences/vector/asan.pass.cpp
  libcxx/test/libcxx/containers/sequences/vector/asan_turning_off.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136765.508035.patch
Type: text/x-patch
Size: 7728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230324/04e736da/attachment-0001.bin>


More information about the libcxx-commits mailing list