From: Kostya Serebryany Date: Mon, 23 Apr 2012 09:05:50 +0000 (+0000) Subject: [asan] update docs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cef57e55fbadd99f56f3a8b4b14478ada31405e1;p=clang [asan] update docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155343 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AddressSanitizer.html b/docs/AddressSanitizer.html index c1dc91bf4c..596bff3918 100644 --- a/docs/AddressSanitizer.html +++ b/docs/AddressSanitizer.html @@ -21,14 +21,16 @@

AddressSanitizer

Introduction

@@ -104,6 +106,14 @@ can be used for this purpose. #endif +

__attribute__((no_address_safety_analysis))

+Some code should not be instrumentated by AddressSanitizer. +One may use the function attribute + + no_address_safety_analysis +to disable instrumentation of a particular function. +Note: currently, this attribute will be lost if the function is inlined. +

Supported Platforms

AddressSanitizer is supported on