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 02aff9f [sanitizer] Test the allocator with the ASan win64 memory constants new b5baf5b [sanitizers] DLAddr Symbolizer should fail if demangle fails new 074767b [compiler-rt] Do not introduce __sanitizer namespace globally new 4c3be8a [compiler-rt] Remove the system includes from __sanitizer namespace
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_interface_internal.h | 2 ++ lib/asan/tests/asan_noinst_test.cc | 2 ++ lib/cfi/cfi.cc | 2 ++ lib/dfsan/dfsan.h | 3 +++ lib/dfsan/dfsan_interceptors.cc | 2 ++ lib/esan/esan_flags.cpp | 2 ++ lib/esan/esan_interface_internal.h | 3 +++ lib/interception/interception.h | 4 ++-- lib/msan/msan_interface_internal.h | 10 ++++++++++ lib/safestack/safestack.cc | 2 ++ lib/sanitizer_common/sanitizer_allocator_internal.h | 4 ++-- lib/sanitizer_common/sanitizer_common.h | 10 +++++----- lib/sanitizer_common/sanitizer_common_libcdep.cc | 6 +++--- lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 2 ++ lib/sanitizer_common/sanitizer_internal_defs.h | 13 ++++++++++++- lib/sanitizer_common/sanitizer_mac.h | 6 +++++- lib/sanitizer_common/sanitizer_platform_limits_linux.cc | 2 ++ lib/sanitizer_common/sanitizer_platform_limits_posix.cc | 2 ++ lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc | 6 +++--- .../sanitizer_stoptheworld_linux_libcdep.cc | 4 ++-- lib/sanitizer_common/sanitizer_symbolizer_mac.cc | 7 ++++--- lib/sanitizer_common/tests/sanitizer_allocator_test.cc | 2 ++ lib/sanitizer_common/tests/sanitizer_libc_test.cc | 2 ++ lib/sanitizer_common/tests/sanitizer_nolibc_test_main.cc | 2 +- lib/sanitizer_common/tests/sanitizer_test_main.cc | 2 +- lib/tsan/rtl/tsan_interface.h | 1 + lib/ubsan/ubsan_type_hash_itanium.cc | 2 ++ lib/xray/xray_init.cc | 1 + 28 files changed, 82 insertions(+), 24 deletions(-)