aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/UndefinedBehaviorSanitizer.rst
AgeCommit message (Expand)AuthorFilesLines
2022-05-05Fix "the the" typo in documentation and user facing stringsBrian Tracy1-1/+1
2021-08-02Improve UBSan documentationMitch Phillips1-1/+7
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber1-2/+2
2020-08-27Add an unsigned shift base sanitizerJF Bastien1-0/+2
2020-07-13[ubsan] Check implicit casts in ObjC for-in statementsVedant Kumar1-0/+4
2020-05-05[local-bounds] Ignore volatile operationsVitaly Buka1-3/+6
2020-04-17Change deprecated -fsanitize-recover flag to apply to all sanitizers, not jus...Richard Smith1-0/+4
2019-10-10[UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev1-1/+2
2019-07-29[docs] Add a note about where UBSan emits logsVedant Kumar1-0/+6
2019-07-16Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann1-2/+2
2019-07-06Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith1-7/+11
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett1-1/+1
2019-01-23[Documentation] Use HTTPS whenever possibleEugene Zelenko1-1/+1
2019-01-15[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev1-1/+1
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich1-1/+1
2019-01-14[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev1-1/+1
2018-11-27[docs] UBSan and ASan are supported on WindowsReid Kleckner1-1/+7
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru1-1/+1
2018-10-30[clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang partRoman Lebedev1-8/+21
2018-10-11[clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...Roman Lebedev1-2/+11
2018-07-30[docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-overflow: tune docsRoman Lebedev1-2/+2
2018-07-30[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev1-8/+26
2018-07-25[Docs] Update supported oses for safestack, ubsan, asan, tsan and msanDavid Carlier1-8/+2
2018-06-27[UBSan] Add silence_unsigned_overflow flag.Matt Morehouse1-0/+7
2017-12-21[ubsan] Diagnose noreturn functions which returnVedant Kumar1-2/+2
2017-09-13[ubsan] Enable -fsanitize=function on DarwinVedant Kumar1-1/+2
2017-09-11[ubsan-minimal] Document the new runtimeVedant Kumar1-0/+13
2017-08-02[docs] Remove accidental unindent to appease the sphinx botVedant Kumar1-4/+4
2017-08-02[ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar1-4/+4
2017-07-29[ubsan] Diagnose invalid uses of builtins (clang)Vedant Kumar1-0/+1
2017-07-25[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar1-5/+5
2017-06-16[ubsan] docs: Add a note about pointers to volatileVedant Kumar1-0/+6
2017-06-01[ubsan] Add a check for pointer overflow UBVedant Kumar1-0/+2
2017-05-02Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"Vedant Kumar1-2/+0
2017-04-14[docs] UBSan: Mention that print_stacktrace=1 is unsupported on DarwinVedant Kumar1-0/+2
2017-03-20[docs] Clarify sanitizer flag behaviorVedant Kumar1-3/+3
2017-03-14[ubsan] Add a nullability sanitizerVedant Kumar1-1/+11
2017-02-27UBSan docs: Explicitly mention that `-fsanitize=unsigned-integer-overflow` do...Nico Weber1-1/+3
2016-09-20Fix typo in documentation.Nick Lewycky1-2/+2
2016-05-12[ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas1-0/+20
2016-04-26[Docs] Fix indentation error introduced by r267447.George Burgess IV1-7/+7
2016-04-25[Docs] Clarify what the object-size sanitizer does.George Burgess IV1-5/+8
2016-01-29[UBSan] Add documentation for runtime issue suppression.Alexey Samsonov1-0/+32
2015-12-04[Docs] One more cleanup of -fsanitize= section.Alexey Samsonov1-1/+3
2015-12-04Clang documentation for UBSan.Alexey Samsonov1-0/+202