r181798 - Add LeakSanitizer.rst to docs.

Sergey Matveev earthdok at google.com
Tue May 14 08:48:54 PDT 2013


Author: smatveev
Date: Tue May 14 10:48:54 2013
New Revision: 181798

URL: http://llvm.org/viewvc/llvm-project?rev=181798&view=rev
Log:
Add LeakSanitizer.rst to docs.

Added:
    cfe/trunk/docs/LeakSanitizer.rst

Added: cfe/trunk/docs/LeakSanitizer.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LeakSanitizer.rst?rev=181798&view=auto
==============================================================================
--- cfe/trunk/docs/LeakSanitizer.rst (added)
+++ cfe/trunk/docs/LeakSanitizer.rst Tue May 14 10:48:54 2013
@@ -0,0 +1,28 @@
+================
+LeakSanitizer
+================
+
+.. contents::
+   :local:
+
+Introduction
+============
+
+LeakSanitizer is a heap leak detector which is designed to be used on top of
+:doc:`AddressSanitizer` / :doc:`MemorySanitizer`, or as a standalone library.
+LeakSanitizer is a run-time tool which doesn't require compiler
+instrumentation.
+
+Current status
+==============
+
+LeakSanitizer is a work in progress, currently under development for
+x86\_64 Linux.
+
+More Information
+================
+
+Design wiki:
+`https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument
+<https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument>`_
+





More information about the cfe-commits mailing list