Kostya Serebryany
870baf8cb3
[sanitizer] update the list of supported platforms in the docs
...
llvm-svn: 200529
2014-01-31 10:49:34 +00:00
Alexander Potapenko
f47e667c05
[ASan] Enough to have llvm-symbolizer in $PATH.
...
llvm-svn: 199388
2014-01-16 14:01:39 +00:00
Alexander Potapenko
108bc0311f
[ASan] Typo fix (symbolize=0 disables online symbolization)
...
llvm-svn: 199385
2014-01-16 13:48:16 +00:00
Alexander Potapenko
c7549007c9
[ASan] Describe online/offline symbolization of reports, mention dsymutil.
...
llvm-svn: 199383
2014-01-16 13:46:29 +00:00
Sergey Matveev
ae5b1d4eac
Mention LeakSanitizer in AddressSanitizer docs.
...
llvm-svn: 197022
2013-12-11 09:14:36 +00:00
Evgeniy Stepanov
fd75a2ca37
Update sanitizer attribute documentation to match behaviour change in r187967.
...
llvm-svn: 188459
2013-08-15 13:57:11 +00:00
Alexey Samsonov
2de6833809
Documentation for sanitizer special case list format and -f(no-)?sanitize-blacklist flag
...
llvm-svn: 187871
2013-08-07 08:23:32 +00:00
Alexey Samsonov
492c7bc8ff
Revert r186672 - turns out ASan supports Mac OS 10.6 yet.
...
llvm-svn: 186673
2013-07-19 12:53:04 +00:00
Alexey Samsonov
32f071a1d6
[ASan] Reflect the dropped Mac OS 10.6 support in docs
...
llvm-svn: 186672
2013-07-19 12:33:30 +00:00
Dmitri Gribenko
4e72a40604
Documentation: improve formatting
...
llvm-svn: 177066
2013-03-14 12:53:46 +00:00
Alexey Samsonov
f29d81f234
[ASan] Update docs for -fsanitize=init-order option
...
llvm-svn: 177062
2013-03-14 12:26:21 +00:00
Kostya Serebryany
4c0fc9931e
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
...
These are two related changes (one in llvm, one in clang).
LLVM:
- rename address_safety => sanitize_address (the enum value is the same, so we preserve binary compatibility with old bitcode)
- rename thread_safety => sanitize_thread
- rename no_uninitialized_checks -> sanitize_memory
CLANG:
- add __attribute__((no_sanitize_address)) as a synonym for __attribute__((no_address_safety_analysis))
- add __attribute__((no_sanitize_thread))
- add __attribute__((no_sanitize_memory))
for S in address thread memory
If -fsanitize=S is present and __attribute__((no_sanitize_S)) is not
set llvm attribute sanitize_S
llvm-svn: 176076
2013-02-26 06:58:27 +00:00
Dmitri Gribenko
7ac0cc3698
Documentation: random cleanups. Use monospaced font where appropriate,
...
highlight console output with "code-block:: console", etc.
llvm-svn: 170276
2012-12-15 21:10:51 +00:00
Sean Silva
bf9b4cd596
docs: More reST conversion.
...
Sorry for the large commit, but it is much faster to convert in batches.
llvm-svn: 170067
2012-12-13 01:10:46 +00:00