]> granicus.if.org Git - clang/commitdiff
Merging r197022:
authorSergey Matveev <earthdok@google.com>
Wed, 11 Dec 2013 09:15:45 +0000 (09:15 +0000)
committerSergey Matveev <earthdok@google.com>
Wed, 11 Dec 2013 09:15:45 +0000 (09:15 +0000)
------------------------------------------------------------------------
r197022 | smatveev | 2013-12-11 13:14:36 +0400 (Wed, 11 Dec 2013) | 1 line

Mention LeakSanitizer in AddressSanitizer docs.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@197023 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AddressSanitizer.rst

index 4d5944d372ab9bfb0c673dfd94679df22a27f3c6..5bc6d0b88b43f1628ff8169e685e4e3b8f0bbdf8 100644 (file)
@@ -16,6 +16,7 @@ following types of bugs:
 * Use-after-free
 * Use-after-return (to some extent)
 * Double-free, invalid free
+* Memory leaks (experimental)
 
 Typical slowdown introduced by AddressSanitizer is **2x**.
 
@@ -155,6 +156,12 @@ problems happening in certain source files or with certain global variables.
     type:*BadInitClassSubstring*=init
     src:bad/init/files/*=init
 
+Memory leak detection
+---------------------
+
+For the experimental memory leak detector in AddressSanitizer, see
+:doc:`LeakSanitizer`.
+
 Supported Platforms
 ===================