summaryrefslogtreecommitdiff
path: root/clang/docs/ThreadSanitizer.rst
AgeCommit message (Expand)Author
2024-10-08[sanitizer] Document AddressSanitizer security considerations (#100937)bigb4ng
2021-08-23[tsan] Add support for disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber
2019-03-05[docs] Add some architectures into the list of supported ThreadSanitizer plat...Vitaly Buka
2019-03-05[docs] Update the list of ThreadSanitizer supported OSesVitaly Buka
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru
2018-07-25Fix tsan docDavid Carlier
2018-07-25[Docs] Update supported oses for safestack, ubsan, asan, tsan and msanDavid Carlier
2016-10-27[docs] Update the TSan and MSan docs to refer to the new no_sanitize attributeAnna Zaks
2016-06-21[Docs] More warning fixes to unbreak the docs buildbot.George Burgess IV
2015-12-04[Docs] Sanitizer docs migrated from code.google.com to github.com.Alexey Samsonov
2015-10-19docs: remote stale refsSaleem Abdulrasool
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
2014-01-31[sanitizer] update the list of supported platforms in the docsKostya Serebryany
2013-10-17tsan: update docsDmitry Vyukov
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-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2012-12-17tsan: correct llvm libc++ nameDmitry Vyukov
2012-12-17tsan: add __has_feature(thread_sanitizer)Dmitry Vyukov
2012-12-17tsan: update docsDmitry Vyukov
2012-12-12docs: Convert some docs to reST.Sean Silva