summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_diag.h
AgeCommit message (Expand)Author
2017-11-09[sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka
2017-09-23[ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka
2017-09-15[ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka
2015-12-18[UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov
2015-12-09[UBSan] Clarify the way we disable de-duplication of reports from unrecoverab...Alexey Samsonov
2015-12-08[UBSan] Remove "-fsanitize=" prefix from ubsan_checks.inc. NFC.Alexey Samsonov
2015-12-08[UBSan] Always calculate ErrorType (kind of UB) before printing a report.Alexey Samsonov
2015-10-30Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov
2015-10-20Apply modernize-use-default to compiler-rt.Angel Garcia Gomez
2015-08-24[UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-02-11[UBSan] Allow UBSan location to store frames returned by symbolizer.Alexey Samsonov
2015-02-10[UBSan] Reduce the number of getCallerLocation() calls.Alexey Samsonov
2014-09-19[UBSan] Optionally report summary in UBSan error reports.Alexey Samsonov
2014-08-22[UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov
2014-08-05[UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov
2014-07-30[UBSan] Introduce ScopedReport object.Alexey Samsonov
2014-07-29[UBSan] Get pc/bp for stack unwinding as early as possible.Alexey Samsonov
2014-07-23Fix unused-variable warningAlexey Samsonov
2014-07-23[UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov
2013-10-20Runtime support for the indirect function call checker.Peter Collingbourne
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-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