From fa203cfa9391573926c8fd2451a7c4282e0566ef Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 15 Aug 2013 13:57:11 +0000 Subject: [PATCH] Update sanitizer attribute documentation to match behaviour change in r187967. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188459 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AddressSanitizer.rst | 3 +-- docs/MemorySanitizer.rst | 3 +-- docs/ThreadSanitizer.rst | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst index ec97136b09..4d5944d372 100644 --- a/docs/AddressSanitizer.rst +++ b/docs/AddressSanitizer.rst @@ -114,8 +114,7 @@ function attribute (or a deprecated synonym `no_address_safety_analysis`) to disable instrumentation of a particular function. This attribute may not be supported by other compilers, so we suggest to use it together with -``__has_feature(address_sanitizer)``. Note: currently, this attribute will be -lost if the function is inlined. +``__has_feature(address_sanitizer)``. Initialization order checking ----------------------------- diff --git a/docs/MemorySanitizer.rst b/docs/MemorySanitizer.rst index 6039addad6..5fc7e745d1 100644 --- a/docs/MemorySanitizer.rst +++ b/docs/MemorySanitizer.rst @@ -90,8 +90,7 @@ to disable uninitialized checks in a particular function. MemorySanitizer may still instrument such functions to avoid false positives. This attribute may not be supported by other compilers, so we suggest to use it together with -``__has_feature(memory_sanitizer)``. Note: currently, this attribute will be -lost if the function is inlined. +``__has_feature(memory_sanitizer)``. Blacklist --------- diff --git a/docs/ThreadSanitizer.rst b/docs/ThreadSanitizer.rst index cfe52526bc..f543333a0c 100644 --- a/docs/ThreadSanitizer.rst +++ b/docs/ThreadSanitizer.rst @@ -94,8 +94,7 @@ to disable instrumentation of plain (non-atomic) loads/stores in a particular fu ThreadSanitizer may still instrument such functions to avoid false positives. This attribute may not be supported by other compilers, so we suggest to use it together with -``__has_feature(thread_sanitizer)``. Note: currently, this attribute will be -lost if the function is inlined. +``__has_feature(thread_sanitizer)``. Blacklist --------- -- 2.40.0