summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_handlers.h
Commit message (Expand)AuthorAgeFilesLines
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-201-0/+9
* Make the InvalidValueData take a SourceLocation.Nick Lewycky2013-10-021-1/+1
* ubsan: Runtime handlers for array indexing checks.Richard Smith2013-02-231-0/+9
* [ubsan] Move attribute specifier to fix build with gcc.Will Dietz2013-01-101-8/+8
* [ubsan] Give entry methods default (not hidden) visibility.Will Dietz2013-01-101-0/+4
* ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-131-0/+8
* [ubsan] Refactor handlers to have separate entry points for aborting.Will Dietz2012-12-021-23/+19
* ubsan: Support unsigned overflows, and divide-by-zero int/float split.Will Dietz2012-11-271-3/+3
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-121-0/+10
* -fcatch-undefined-behavior: handler for VLA bound which evaluates to a non-po...Richard Smith2012-10-101-0/+9
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-091-0/+81