Update sanitizer attribute documentation to match behaviour change in r187967.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 15 Aug 2013 13:57:11 +0000 (13:57 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 15 Aug 2013 13:57:11 +0000 (13:57 +0000)
llvm-svn: 188459

clang/docs/AddressSanitizer.rst
clang/docs/MemorySanitizer.rst
clang/docs/ThreadSanitizer.rst

index ec97136b09708ef432811acf8e8841d2cc4218b5..4d5944d372ab9bfb0c673dfd94679df22a27f3c6 100644 (file)
@@ -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
 -----------------------------
index 6039addad64720d146e3f43278e4e4fd6f457d31..5fc7e745d19f4ee035ca571d8a777b32d14c26fe 100644 (file)
@@ -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
 ---------
index cfe52526bcd591ddd9647a335b44d7f2052affe0..f543333a0c5d8229941674ba7b7f7ba67928647e 100644 (file)
@@ -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
 ---------