summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_handlers.h
AgeCommit message (Expand)Author
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2017-07-29[ubsan] Diagnose invalid uses of builtins (compiler-rt)Vedant Kumar
2017-06-23[ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar
2017-06-01[ubsan] Runtime support for pointer overflow checkingVedant Kumar
2017-03-14[ubsan] Add diagnostic handlers for nullability errorsVedant Kumar
2017-01-06[ubsan] Minimize size of data for type_mismatch (Redo of D19668)Filipe Cabecinhas
2016-02-03[cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov
2015-09-10CFI: Add diagnostic handler and tests for indirect call checker.Peter Collingbourne
2015-08-11[compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas
2014-09-10[UBSan] Add noinline attribute to handlers that should never return.Alexey Samsonov
2014-09-08Remove extra semicolon [-Wpedantic]Alexey Samsonov
2014-09-08Report source location of returns_nonnull attribute in UBSan reports.Alexey Samsonov
2014-09-08Implement nonnull-attribute sanitizerAlexey Samsonov
2014-08-22[UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov
2014-08-13[UBSan] Add returns-nonnull sanitizer.Alexey Samsonov
2013-10-20Runtime support for the indirect function call checker.Peter Collingbourne
2013-10-02Make the InvalidValueData take a SourceLocation.Nick Lewycky
2013-02-23ubsan: Runtime handlers for array indexing checks.Richard Smith
2013-01-10[ubsan] Move attribute specifier to fix build with gcc.Will Dietz
2013-01-10[ubsan] Give entry methods default (not hidden) visibility.Will Dietz
2012-12-13ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith
2012-12-02[ubsan] Refactor handlers to have separate entry points for aborting.Will Dietz
2012-11-27ubsan: Support unsigned overflows, and divide-by-zero int/float split.Will Dietz
2012-10-12-fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith
2012-10-10-fcatch-undefined-behavior: handler for VLA bound which evaluates to a non-po...Richard Smith
2012-10-09Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith