llvm-project/compiler-rt/lib/msan
Alexey Samsonov 5dc6cff06a [Sanitizer] Unify summary reporting across all sanitizers.
This change unifies the summary printing across sanitizers:
now each tool uses specific version of ReportErrorSummary() method,
which deals with symbolization of the top frame and formatting a
summary message. This change modifies the summary line for ASan+LSan mode:
now the summary mentions "AddressSanitizer" instead of "LeakSanitizer".

llvm-svn: 193864
2013-11-01 17:02:14 +00:00
..
lit_tests [sanitizer] Enhance io_submti syscall handler. 2013-11-01 01:20:39 +00:00
tests [msan] Disable mlock/mlockall to work around a linux kernel bug. 2013-10-31 15:51:22 +00:00
CMakeLists.txt Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix 2013-08-28 08:07:04 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Check that address is an app region before printing shadow. 2013-11-01 15:53:25 +00:00
msan.h [msan] Fix invalid origin copying. 2013-10-24 11:56:03 +00:00
msan.syms.extra Properly generate lists of exported symbols for sanitizer runtimes 2013-08-27 15:08:02 +00:00
msan_allocator.cc [msan] Drain allocator cache when leaving thread. 2013-10-22 14:31:30 +00:00
msan_blacklist.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
msan_flags.h tsan: move verbosity flag to CommonFlags 2013-10-15 13:28:51 +00:00
msan_interceptors.cc [msan] Intercept dlerror. 2013-10-31 16:58:44 +00:00
msan_interface_internal.h [msan] Add source file:line to stack origin reports. 2013-09-13 12:49:13 +00:00
msan_linux.cc tsan: move verbosity flag to CommonFlags 2013-10-15 13:28:51 +00:00
msan_new_delete.cc [msan] Fix origin of deallocated memory. 2013-09-16 11:03:31 +00:00
msan_report.cc [Sanitizer] Unify summary reporting across all sanitizers. 2013-11-01 17:02:14 +00:00