summaryrefslogtreecommitdiff
path: root/docs/AddressSanitizer.rst
AgeCommit message (Expand)Author
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
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2012-12-15Documentation: random cleanups. Use monospaced font where appropriate,Dmitri Gribenko
2012-12-13docs: More reST conversion.Sean Silva