summaryrefslogtreecommitdiff
path: root/clang/docs/UndefinedBehaviorSanitizer.rst
AgeCommit message (Expand)Author
2025-03-01[ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (#121115)Vitaly Buka
2025-01-09[Clang] Adjust pointer-overflow sanitizer for N3322 (#120719)Nikita Popov
2024-12-20Remove -bounds-checking-unique-traps (replace with -fno-sanitize-merge=local-...Thurston Dang
2024-10-08[sanitizer] Document AddressSanitizer security considerations (#100937)bigb4ng
2024-08-23[Clang] Overflow Pattern Exclusion - rename some patterns, enhance docs (#105...Justin Stitt
2024-08-20[Clang] Re-land Overflow Pattern Exclusions (#104889)Justin Stitt
2024-08-15Revert "[Clang] Overflow Pattern Exclusions (#100272)"Thurston Dang
2024-08-15[Clang] Overflow Pattern Exclusions (#100272)Justin Stitt
2024-04-08Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761)Axel Lundberg
2024-04-03Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka
2024-04-03Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ...Vitaly Buka
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg
2024-02-21[Sanitizer] Support -fwrapv with -fsanitize=signed-integer-overflow (#82432)Justin Stitt
2023-06-26[clang][NFC] Remove trailing whitespaces and enforce it in lib, include and docsNikolas Klauser
2023-06-12[docs] Improve UndefinedBehaviorSanitizer.rstFangrui Song
2023-05-22-fsanitize=function: support CFangrui Song
2023-05-20-fsanitize=function: use type hashes instead of RTTI objectsFangrui Song
2023-05-19Allow -fsanitize=function on all targetsFangrui Song
2023-03-31[docs][clang] Add extra information inside -fsanitize=unsigned-shift-base for...aabhinavg
2022-05-05Fix "the the" typo in documentation and user facing stringsBrian Tracy
2021-08-02Improve UBSan documentationMitch Phillips
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber
2020-08-27Add an unsigned shift base sanitizerJF Bastien
2020-07-13[ubsan] Check implicit casts in ObjC for-in statementsVedant Kumar
2020-05-05[local-bounds] Ignore volatile operationsVitaly Buka
2020-04-17Change deprecated -fsanitize-recover flag to apply to all sanitizers, not jus...Richard Smith
2019-10-10[UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev
2019-07-29[docs] Add a note about where UBSan emits logsVedant Kumar
2019-07-16Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann
2019-07-06Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett
2019-01-23[Documentation] Use HTTPS whenever possibleEugene Zelenko
2019-01-15[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-14[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2018-11-27[docs] UBSan and ASan are supported on WindowsReid Kleckner
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru
2018-10-30[clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang partRoman Lebedev
2018-10-11[clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...Roman Lebedev
2018-07-30[docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-overflow: tune docsRoman Lebedev
2018-07-30[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev
2018-07-25[Docs] Update supported oses for safestack, ubsan, asan, tsan and msanDavid Carlier
2018-06-27[UBSan] Add silence_unsigned_overflow flag.Matt Morehouse
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