summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_handlers.cc
Commit message (Expand)AuthorAge
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-20
* Make the InvalidValueData take a SourceLocation.Nick Lewycky2013-10-02
* ubsan: Runtime handlers for array indexing checks.Richard Smith2013-02-23
* ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith2013-02-13
* [ubsan] Add deduplication functionality, always enabled.Will Dietz2013-01-09
* [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow.Will Dietz2012-12-31
* Revert r171273 which doesn't actually compile.Chandler Carruth2012-12-31
* [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow.Will Dietz2012-12-31
* 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: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-13
* [ubsan] Refactor handlers to have separate entry points for aborting.Will Dietz2012-12-02
* ubsan: Support unsigned overflows, and divide-by-zero int/float split.Will Dietz2012-11-27
* -fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...Richard Smith2012-11-13
* -fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith2012-10-25
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-12
* -fcatch-undefined-behavior: handler for VLA bound which evaluates to a non-po...Richard Smith2012-10-10
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-09