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