summaryrefslogtreecommitdiffstats
path: root/docs/AddressSanitizer.rst
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-08-15 13:57:11 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-08-15 13:57:11 +0000
commitfa203cfa9391573926c8fd2451a7c4282e0566ef (patch)
tree4a8021f4266236c0171bcf228f3e6bc274ce5b8a /docs/AddressSanitizer.rst
parent79690a0c488bab19dc778e43a6845b2652fe4f79 (diff)
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
Diffstat (limited to 'docs/AddressSanitizer.rst')
-rw-r--r--docs/AddressSanitizer.rst3
1 files changed, 1 insertions, 2 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
-----------------------------