summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_diag.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-271-3/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev2018-07-301-1/+1
* [ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar2018-06-221-8/+12
* [sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka2017-11-091-3/+2
* [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLockVitaly Buka2017-09-231-0/+8
* [ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka2017-09-151-0/+4
* [UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov2015-12-181-1/+4
* [UBSan] Clarify the way we disable de-duplication of reports from unrecoverab...Alexey Samsonov2015-12-091-5/+7
* [UBSan] Remove "-fsanitize=" prefix from ubsan_checks.inc. NFC.Alexey Samsonov2015-12-081-1/+1
* [UBSan] Always calculate ErrorType (kind of UB) before printing a report.Alexey Samsonov2015-12-081-3/+1
* Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov2015-10-301-1/+1
* Apply modernize-use-default to compiler-rt.Angel Garcia Gomez2015-10-201-1/+1
* [UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov2015-08-241-1/+10
* CFI: Get check-cfi passing on Windows.Peter Collingbourne2015-07-081-6/+6
* [Sanitizer] Refactor SuppressionContext class.Alexey Samsonov2015-02-201-2/+2
* [UBSan] Allow UBSan location to store frames returned by symbolizer.Alexey Samsonov2015-02-111-30/+36
* [UBSan] Reduce the number of getCallerLocation() calls.Alexey Samsonov2015-02-101-2/+2
* [UBSan] Optionally report summary in UBSan error reports.Alexey Samsonov2014-09-191-1/+2
* [UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov2014-08-221-5/+15
* [UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov2014-08-051-0/+3
* [UBSan] Introduce ScopedReport object.Alexey Samsonov2014-07-301-0/+12
* [UBSan] Get pc/bp for stack unwinding as early as possible.Alexey Samsonov2014-07-291-6/+0
* Fix unused-variable warningAlexey Samsonov2014-07-231-0/+1
* [UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov2014-07-231-0/+8
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-201-0/+6
* ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith2012-12-181-0/+11
* ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith2012-12-181-2/+39
* ubsan: if the frontend didn't provide us with a source location, try to workRichard Smith2012-12-181-3/+66
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ...Richard Smith2012-10-121-0/+3
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-091-0/+88