aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/AddressSanitizer.rst
AgeCommit message (Expand)AuthorFilesLines
2022-04-28[asan] Enable detect_stack_use_after_return=1 by default on LinuxVitaly Buka1-1/+2
2022-04-27Revert "[asan] Enable detect_stack_use_after_return=1 by default"Vitaly Buka1-1/+1
2022-04-22[asan] Enable detect_stack_use_after_return=1 by defaultVitaly Buka1-5/+5
2022-02-18[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko1-0/+6
2022-02-15Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"Alexander Potapenko1-6/+0
2022-02-15[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko1-0/+6
2021-12-10Revert "[asan] Add support for disable_sanitizer_instrumentation attribute"Andrew Browne1-6/+0
2021-12-10[asan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko1-0/+6
2021-08-21[clang] Fix typos in documentation (NFC)Kazu Hirata1-3/+3
2021-07-15[asan] Slightly modified the documentation.Kirill Stoimenov1-1/+1
2021-07-14[asan][clang] Add flag to outline instrumentationKirill Stoimenov1-0/+12
2021-07-08Add documentation for -fsanitize-address-use-after-return.Kevin Athey1-2/+23
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber1-2/+2
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett1-4/+4
2018-12-11[ASan] Minor documentation fix: clarify static linking limitation.Max Moroz1-1/+1
2018-11-27[docs] UBSan and ASan are supported on WindowsReid Kleckner1-0/+4
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru1-1/+1
2018-07-25[Docs] Update supported oses for safestack, ubsan, asan, tsan and msanDavid Carlier1-0/+1
2018-06-21ASan docs: no_sanitize("address") works on globals.Evgeniy Stepanov1-5/+9
2017-09-13[docs] Update LeakSanitizer documentation to reflect OS X supportFrancis Ricci1-1/+2
2016-12-15[asan][docs] Fix the documentation to use clang++ for the C++ exampleAnna Zaks1-3/+3
2016-08-02Updated documentationVitaly Buka1-1/+2
2016-01-22[Docs] Slightly update LSan documentation.Alexey Samsonov1-0/+17
2015-12-04[Docs] Sanitizer docs migrated from code.google.com to github.com.Alexey Samsonov1-2/+1
2015-10-19docs: remote stale refsSaleem Abdulrasool1-6/+5
2015-06-25[docs] Several updates to the Address Sanitizer webpage.Anna Zaks1-45/+101
2015-02-18[docs] Recommend to use CMake for building sanitizers.Alexey Samsonov1-2/+1
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun1-1/+2
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov1-2/+1
2015-01-13Mention FreeBSD support.Roman Divacky1-0/+1
2014-10-17[ASan] Improve blacklisting of global variables.Alexey Samsonov1-2/+2
2014-01-31[sanitizer] update the list of supported platforms in the docsKostya Serebryany1-4/+4
2014-01-16[ASan] Enough to have llvm-symbolizer in $PATH.Alexander Potapenko1-1/+2
2014-01-16[ASan] Typo fix (symbolize=0 disables online symbolization)Alexander Potapenko1-2/+2
2014-01-16[ASan] Describe online/offline symbolization of reports, mention dsymutil.Alexander Potapenko1-5/+21
2013-12-11Mention LeakSanitizer in AddressSanitizer docs.Sergey Matveev1-0/+7
2013-08-15Update sanitizer attribute documentation to match behaviour change in r187967.Evgeniy Stepanov1-2/+1
2013-08-07Documentation for sanitizer special case list format and -f(no-)?sanitize-bla...Alexey Samsonov1-0/+30
2013-07-19Revert r186672 - turns out ASan supports Mac OS 10.6 yet.Alexey Samsonov1-1/+1
2013-07-19[ASan] Reflect the dropped Mac OS 10.6 support in docsAlexey Samsonov1-1/+1
2013-03-14Documentation: improve formattingDmitri Gribenko1-3/+3
2013-03-14[ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov1-0/+9
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany1-2/+3
2012-12-15Documentation: random cleanups. Use monospaced font where appropriate,Dmitri Gribenko1-64/+59
2012-12-13docs: More reST conversion.Sean Silva1-0/+158