[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
Mon Oct 17 16:02:46 PDT 2022


AdvenamTacet updated this revision to Diff 468354.
AdvenamTacet marked 7 inline comments as done.
AdvenamTacet added a comment.

Fixes:

- code style (suggested changes)
- removes additional (non-interface) functions
- AddrIsAlignedByGranularity used
- Comment descriptions updated

I do not have commiter acces, I didn't contribute before.
If there is anything else I should do, please, let me know.


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
  compiler-rt/test/asan/TestCases/contiguous_container.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132090.468354.patch
Type: text/x-patch
Size: 28671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221017/1964a466/attachment-0001.bin>


More information about the libcxx-commits mailing list