]> granicus.if.org Git - clang/commit
[docs] Update the TSan and MSan docs to refer to the new no_sanitize attribute
authorAnna Zaks <ganna@apple.com>
Thu, 27 Oct 2016 21:38:44 +0000 (21:38 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 27 Oct 2016 21:38:44 +0000 (21:38 +0000)
commit1b4a38b361a0831d98defaf9d5093923f63d836c
tree004de4f5e9cb0fb73f4be4c25d36201f5a1aacb6
parentad44c9ed7a1728ae8d386d477a064e50097af812
[docs] Update the TSan and MSan docs to refer to the new no_sanitize attribute

TSan and MSan were the only remaining sanitizers referring to the deprecated
attribute for issue suppression. Update the docs to recommend
__attribute__((no_sanitize("..."))) instead.

Differential Revision: https://reviews.llvm.org/D25885

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285349 91177308-0d34-0410-b5e6-96231b3b80d8
docs/MemorySanitizer.rst
docs/ThreadSanitizer.rst