summaryrefslogtreecommitdiffstats
path: root/docs/UndefinedBehaviorSanitizer.rst
Commit message (Expand)AuthorAgeFilesLines
* [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