summaryrefslogtreecommitdiff
path: root/docs/UndefinedBehaviorSanitizer.rst
Commit message (Expand)AuthorAgeFilesLines
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-101-1/+2
* [docs] Add a note about where UBSan emits logsVedant Kumar2019-07-291-0/+6
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-161-2/+2
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-061-7/+11
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-301-1/+1
* [Documentation] Use HTTPS whenever possibleEugene Zelenko2019-01-231-1/+1
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-151-1/+1
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-151-1/+1
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-141-1/+1
* [docs] UBSan and ASan are supported on WindowsReid Kleckner2018-11-271-1/+7
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-1/+1
* [clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang partRoman Lebedev2018-10-301-8/+21
* [clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...Roman Lebedev2018-10-111-2/+11
* [docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-overflow: tune docsRoman Lebedev2018-07-301-2/+2
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-8/+26
* [Docs] Update supported oses for safestack, ubsan, asan, tsan and msanDavid Carlier2018-07-251-8/+2
* [UBSan] Add silence_unsigned_overflow flag.Matt Morehouse2018-06-271-0/+7
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-211-2/+2
* [ubsan] Enable -fsanitize=function on DarwinVedant Kumar2017-09-131-1/+2
* [ubsan-minimal] Document the new runtimeVedant Kumar2017-09-111-0/+13
* [docs] Remove accidental unindent to appease the sphinx botVedant Kumar2017-08-021-4/+4
* [ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar2017-08-021-4/+4
* [ubsan] Diagnose invalid uses of builtins (clang)Vedant Kumar2017-07-291-0/+1
* [ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar2017-07-251-5/+5
* [ubsan] docs: Add a note about pointers to volatileVedant Kumar2017-06-161-0/+6
* [ubsan] Add a check for pointer overflow UBVedant Kumar2017-06-011-0/+2
* Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"Vedant Kumar2017-05-021-2/+0
* [docs] UBSan: Mention that print_stacktrace=1 is unsupported on DarwinVedant Kumar2017-04-141-0/+2
* [docs] Clarify sanitizer flag behaviorVedant Kumar2017-03-201-3/+3
* [ubsan] Add a nullability sanitizerVedant Kumar2017-03-141-1/+11
* UBSan docs: Explicitly mention that `-fsanitize=unsigned-integer-overflow` do...Nico Weber2017-02-271-1/+3
* Fix typo in documentation.Nick Lewycky2016-09-201-2/+2
* [ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas2016-05-121-0/+20
* [Docs] Fix indentation error introduced by r267447.George Burgess IV2016-04-261-7/+7
* [Docs] Clarify what the object-size sanitizer does.George Burgess IV2016-04-251-5/+8
* [UBSan] Add documentation for runtime issue suppression.Alexey Samsonov2016-01-291-0/+32
* [Docs] One more cleanup of -fsanitize= section.Alexey Samsonov2015-12-041-1/+3
* Clang documentation for UBSan.Alexey Samsonov2015-12-041-0/+202