Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sanitizer attribute documentation to match behaviour change in r187967. | Evgeniy Stepanov | 2013-08-15 | 1 | -2/+1 |
| | | | | llvm-svn: 188459 | ||||
* | Documentation for sanitizer special case list format and ↵ | Alexey Samsonov | 2013-08-07 | 1 | -0/+9 |
| | | | | | | -f(no-)?sanitize-blacklist flag llvm-svn: 187871 | ||||
* | If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC ↵ | Peter Collingbourne | 2013-04-09 | 1 | -3/+6 |
| | | | | | | | | when appropriate. Differential Revision: http://llvm-reviews.chandlerc.com/D502 llvm-svn: 179082 | ||||
* | Unify clang/llvm attributes for asan/tsan/msan (Clang part) | Kostya Serebryany | 2013-02-26 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Documentation: fix a syntax error: empty line required after code-block:: | Dmitri Gribenko | 2012-12-23 | 1 | -0/+1 |
| | | | | llvm-svn: 171004 | ||||
* | User manual chapter on MemorySanitizer. | Evgeniy Stepanov | 2012-12-21 | 1 | -0/+164 |
llvm-svn: 170879 |