[PATCH] [Sanitizer] Unify summary reporting across all sanitizers.
Alexey Samsonov
samsonov at google.com
Thu Oct 31 18:23:29 PDT 2013
Hi kcc,
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".
http://llvm-reviews.chandlerc.com/D2083
Files:
lib/sanitizer_common/sanitizer_common.cc
lib/sanitizer_common/sanitizer_common.h
lib/msan/msan_report.cc
lib/asan/asan_report.cc
lib/lsan/lsan_common.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2083.1.patch
Type: text/x-patch
Size: 7888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131031/cdc13bdc/attachment.bin>
More information about the llvm-commits
mailing list