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 a4ebae9 [XRay][compiler-rt] Use llvm-xray in FDR mode tests new 3f1112d [asan] Support line numbers in StackVarDescr
The 1 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_descriptions.cc | 3 +++ lib/asan/asan_report.cc | 12 +++++++++-- lib/asan/asan_report.h | 1 + test/asan/TestCases/Linux/memmem_test.cc | 4 ++-- .../asan/TestCases/Posix/stack-use-after-return.cc | 4 ++-- .../asan/TestCases/Windows/dll_intercept_memchr.cc | 2 +- .../asan/TestCases/Windows/dll_intercept_memcpy.cc | 2 +- .../Windows/dll_intercept_memcpy_indirect.cc | 2 +- .../asan/TestCases/Windows/dll_intercept_memset.cc | 2 +- test/asan/TestCases/Windows/dll_noreturn.cc | 2 +- test/asan/TestCases/Windows/dll_poison_unpoison.cc | 2 +- .../Windows/dll_stack_use_after_return.cc | 2 +- .../Windows/dll_thread_stack_array_left_oob.cc | 2 +- test/asan/TestCases/Windows/intercept_memcpy.cc | 2 +- test/asan/TestCases/Windows/intercept_strlen.cc | 2 +- .../asan/TestCases/Windows/stack_array_left_oob.cc | 2 +- .../TestCases/Windows/stack_array_right_oob.cc | 2 +- .../TestCases/Windows/stack_use_after_return.cc | 2 +- .../TestCases/Windows/wrong_downcast_on_stack.cc | 2 +- .../stack-buffer-overflow-with-position.cc | 24 +++++++++++----------- test/asan/TestCases/strcasestr-1.c | 2 +- test/asan/TestCases/strcasestr-2.c | 2 +- test/asan/TestCases/strcspn-1.c | 2 +- test/asan/TestCases/strcspn-2.c | 2 +- test/asan/TestCases/strpbrk-1.c | 2 +- test/asan/TestCases/strpbrk-2.c | 2 +- test/asan/TestCases/strspn-1.c | 2 +- test/asan/TestCases/strspn-2.c | 2 +- test/asan/TestCases/strstr-1.c | 2 +- test/asan/TestCases/strstr-2.c | 2 +- test/asan/TestCases/strtok.c | 10 ++++----- test/asan/TestCases/use-after-scope-inlined.cc | 8 ++++---- 32 files changed, 63 insertions(+), 51 deletions(-)