summaryrefslogtreecommitdiff
path: root/lib/msan/msan_report.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-29
* asan/msan: separate different report blocks with new linesDmitry Vyukov2013-10-28
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* [msan] Separate access and origin blocks in msan reports with an extra whitel...Evgeniy Stepanov2013-10-25
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-15
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-13
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-03
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-29
* [msan] Change report header to be more alike to ASan and TSan.Evgeniy Stepanov2013-05-28
* [msan] Common flags in MSan.Sergey Matveev2013-05-06
* [MSan] Demangle function name in description of stack originAlexey Samsonov2013-04-12
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-05
* [msan] Block reports from interceptors during _Unwind_BacktraceReid Kleckner2013-03-06
* [msan] don't check shadow inside interceptors if we are inside symbolizer; ad...Kostya Serebryany2013-02-13
* [MSan] symbolize correct PC when printing Summary messageAlexey Samsonov2013-02-12
* [msan] Lit tests for MemorySanitizer.Evgeniy Stepanov2013-02-11
* [msan] add strip_path_prefix flag; print error summary; don't crash while pri...Kostya Serebryany2013-02-07
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-30
* [msan] Set program exit code in keep-going mode.Evgeniy Stepanov2013-01-10
* [sanitizer] add statistics to the allocator; fix lintKostya Serebryany2012-12-27
* [msan] MSan, New Year Tree style.Evgeniy Stepanov2012-12-26
* [msan] Refactor report printing.Evgeniy Stepanov2012-12-26