summaryrefslogtreecommitdiff
path: root/docs/UndefinedBehaviorSanitizer.rst
AgeCommit message (Expand)Author
2017-12-21[ubsan] Diagnose noreturn functions which returnVedant Kumar
2017-09-13[ubsan] Enable -fsanitize=function on DarwinVedant Kumar
2017-09-11[ubsan-minimal] Document the new runtimeVedant Kumar
2017-08-02[docs] Remove accidental unindent to appease the sphinx botVedant Kumar
2017-08-02[ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar
2017-07-29[ubsan] Diagnose invalid uses of builtins (clang)Vedant Kumar
2017-07-25[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar
2017-06-16[ubsan] docs: Add a note about pointers to volatileVedant Kumar
2017-06-01[ubsan] Add a check for pointer overflow UBVedant Kumar
2017-05-02Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"Vedant Kumar
2017-04-14[docs] UBSan: Mention that print_stacktrace=1 is unsupported on DarwinVedant Kumar
2017-03-20[docs] Clarify sanitizer flag behaviorVedant Kumar
2017-03-14[ubsan] Add a nullability sanitizerVedant Kumar
2017-02-27UBSan docs: Explicitly mention that `-fsanitize=unsigned-integer-overflow` do...Nico Weber
2016-09-20Fix typo in documentation.Nick Lewycky
2016-05-12[ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas
2016-04-26[Docs] Fix indentation error introduced by r267447.George Burgess IV
2016-04-25[Docs] Clarify what the object-size sanitizer does.George Burgess IV
2016-01-29[UBSan] Add documentation for runtime issue suppression.Alexey Samsonov
2015-12-04[Docs] One more cleanup of -fsanitize= section.Alexey Samsonov
2015-12-04Clang documentation for UBSan.Alexey Samsonov