From: Kostya Serebryany Date: Mon, 12 Dec 2011 23:22:31 +0000 (+0000) Subject: [asan] update asan docs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e1732299461634b9791ddfe6e3770c6be3a3675;p=clang [asan] update asan docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146446 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AddressSanitizer.html b/docs/AddressSanitizer.html index c6a1850f46..e6f7e99047 100644 --- a/docs/AddressSanitizer.html +++ b/docs/AddressSanitizer.html @@ -22,30 +22,68 @@

AddressSanitizer

Introduction

AddressSanitizer is a fast memory error detector. It consists of a compiler instrumentation module and a run-time library. The tool can detect the following types of bugs: -