[libcxx-commits] [PATCH] D132090: [1a/3][ASan][compiler-rt] API for double ended containers

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 7 01:11:47 PDT 2022


AdvenamTacet updated this revision to Diff 458375.
AdvenamTacet marked an inline comment as done.
AdvenamTacet added a comment.

Order of arguments changed, new order is:

- storage_beg
- storage_end
- old_container_beg
- old_container_end
- new_value (based on function beg/end)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132090

Files:
  compiler-rt/include/sanitizer/common_interface_defs.h
  compiler-rt/lib/asan/asan_errors.cpp
  compiler-rt/lib/asan/asan_errors.h
  compiler-rt/lib/asan/asan_poisoning.cpp
  compiler-rt/lib/asan/asan_report.cpp
  compiler-rt/lib/asan/asan_report.h
  compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc
  compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
  libcxx/include/__config

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132090.458375.patch
Type: text/x-patch
Size: 27411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220907/2a4a5458/attachment-0001.bin>


More information about the libcxx-commits mailing list