summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_diag.cc
Commit message (Expand)AuthorAge
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-20
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-05
* [UBSan] Use common report decorator to print colorful diagnostics in UBSan, a...Alexey Samsonov2013-02-27
* Highlight caret in bold green, to match Clang diagnostics.Richard Smith2013-02-12
* UBSan: use %p not 0x%zx when printing pointers.Richard Smith2013-01-10
* Move C++ name demangling support from ubsan into sanitizer_common.Richard Smith2012-12-20
* [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call i...Alexey Samsonov2012-12-18
* ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith2012-12-18
* ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith2012-12-18
* ubsan: if the frontend didn't provide us with a source location, try to workRichard Smith2012-12-18
* [ubsan] Replace "fatal error" with "runtime error".Will Dietz2012-12-02
* -fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...Richard Smith2012-11-13
* Fix the bootstrap of CompilerRT with host compilers that don't supportChandler Carruth2012-10-13
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-12
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-09