This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 16037b7ea [sanitizer] Make InternalScopedBuffer::size() behavior simila [...] new 37bd23415 [sanitizer] Implement InternalScopedBuffer with InternalMmapVector new 1d754d2b0 [sanitizer] Remove reserving constructor from InternalMmapVector new 8e7235a6d [sanitizer] Replace InternalScopedBuffer with InternalMmapVector
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/asan/asan_debugging.cc | 3 +- lib/asan/asan_descriptions.cc | 3 +- lib/asan/asan_globals.cc | 11 +-- lib/asan/asan_memory_profile.cc | 4 +- lib/asan/asan_report.cc | 2 +- lib/esan/esan_sideline_linux.cpp | 2 +- lib/hwasan/hwasan_linux.cc | 2 +- lib/lsan/lsan_common.cc | 8 +-- lib/lsan/lsan_common.h | 5 +- lib/lsan/lsan_common_mac.cc | 3 +- lib/sanitizer_common/sanitizer_common.h | 78 +++++++++------------- .../sanitizer_deadlock_detector2.cc | 8 +-- lib/sanitizer_common/sanitizer_file.cc | 2 +- lib/sanitizer_common/sanitizer_linux.h | 2 +- lib/sanitizer_common/sanitizer_linux_libcdep.cc | 2 +- lib/sanitizer_common/sanitizer_mac.cc | 3 +- lib/sanitizer_common/sanitizer_stackdepot.cc | 4 +- .../sanitizer_stoptheworld_linux_libcdep.cc | 4 +- lib/sanitizer_common/sanitizer_suppressions.cc | 2 +- lib/sanitizer_common/sanitizer_symbolizer.h | 5 +- .../sanitizer_symbolizer_posix_libcdep.cc | 5 +- .../sanitizer_symbolizer_report.cc | 6 +- .../sanitizer_unwind_linux_libcdep.cc | 2 +- lib/sanitizer_common/sanitizer_win.cc | 2 +- .../tests/sanitizer_allocator_test.cc | 4 +- .../tests/sanitizer_common_test.cc | 4 +- .../tests/sanitizer_procmaps_test.cc | 6 +- lib/stats/stats.cc | 2 +- lib/tsan/rtl/tsan_platform_linux.cc | 2 +- lib/tsan/rtl/tsan_rtl.cc | 4 +- lib/tsan/rtl/tsan_suppressions.cc | 2 +- 31 files changed, 90 insertions(+), 102 deletions(-)