summaryrefslogtreecommitdiff
path: root/clang/docs/AddressSanitizer.rst
AgeCommit message (Expand)Author
2025-11-19[ASan] Document define to disable container overflow checks at compile time. ...Paddy McDonald
2025-11-07[clang] Proofread *.rst (#166897)Kazu Hirata
2025-08-28[docs][NFC] Resolve mismatched backticks (#155883)Rageking8
2024-11-15[docs][asan][lsan] Drop list of supported architechures (#116302)Vitaly Buka
2024-10-28[rtsan][asan] NFC Fix hyperlink to CMake doc (#113931)Chris Apple
2024-10-08[sanitizer] Document AddressSanitizer security considerations (#100937)bigb4ng
2023-10-09[Sanitizer][Docs] Reformat CMake invocation in docsAiden Grossman
2023-10-09[Sanitizer][Docs] Improve docs on building Asan (#68636)Aiden Grossman
2022-04-28[asan] Enable detect_stack_use_after_return=1 by default on LinuxVitaly Buka
2022-04-27Revert "[asan] Enable detect_stack_use_after_return=1 by default"Vitaly Buka
2022-04-22[asan] Enable detect_stack_use_after_return=1 by defaultVitaly Buka
2022-02-18[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko
2022-02-15Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"Alexander Potapenko
2022-02-15[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-12-10Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"Andrew Browne
2021-12-10[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-08-21[clang] Fix typos in documentation (NFC)Kazu Hirata
2021-07-15[asan] Slightly modified the documentation.Kirill Stoimenov
2021-07-14[asan][clang] Add flag to outline instrumentationKirill Stoimenov
2021-07-08Add documentation for -fsanitize-address-use-after-return.Kevin Athey
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett
2018-12-11[ASan] Minor documentation fix: clarify static linking limitation.Max Moroz
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-07-25[Docs] Update supported oses for safestack, ubsan, asan, tsan and msanDavid Carlier
2018-06-21ASan docs: no_sanitize("address") works on globals.Evgeniy Stepanov
2017-09-13[docs] Update LeakSanitizer documentation to reflect OS X supportFrancis Ricci
2016-12-15[asan][docs] Fix the documentation to use clang++ for the C++ exampleAnna Zaks
2016-08-02Updated documentationVitaly Buka
2016-01-22[Docs] Slightly update LSan documentation.Alexey Samsonov
2015-12-04[Docs] Sanitizer docs migrated from code.google.com to github.com.Alexey Samsonov
2015-10-19docs: remote stale refsSaleem Abdulrasool
2015-06-25[docs] Several updates to the Address Sanitizer webpage.Anna Zaks
2015-02-18[docs] Recommend to use CMake for building sanitizers.Alexey Samsonov
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov
2015-01-13Mention FreeBSD support.Roman Divacky
2014-10-17[ASan] Improve blacklisting of global variables.Alexey Samsonov
2014-01-31[sanitizer] update the list of supported platforms in the docsKostya Serebryany
2014-01-16[ASan] Enough to have llvm-symbolizer in $PATH.Alexander Potapenko
2014-01-16[ASan] Typo fix (symbolize=0 disables online symbolization)Alexander Potapenko
2014-01-16[ASan] Describe online/offline symbolization of reports, mention dsymutil.Alexander Potapenko
2013-12-11Mention LeakSanitizer in AddressSanitizer docs.Sergey Matveev
2013-08-15Update sanitizer attribute documentation to match behaviour change in r187967.Evgeniy Stepanov
2013-08-07Documentation for sanitizer special case list format and -f(no-)?sanitize-bla...Alexey Samsonov
2013-07-19Revert r186672 - turns out ASan supports Mac OS 10.6 yet.Alexey Samsonov
2013-07-19[ASan] Reflect the dropped Mac OS 10.6 support in docsAlexey Samsonov
2013-03-14Documentation: improve formattingDmitri Gribenko
2013-03-14[ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov