[PATCH] Added LeakSanitizer.rst

Sergey Matveev earthdok at google.com
Mon May 13 11:47:18 PDT 2013


Hi kcc,

LeakSanitizer in Clang documentation.

http://llvm-reviews.chandlerc.com/D786

Files:
  docs/LeakSanitizer.rst

Index: docs/LeakSanitizer.rst
===================================================================
--- /dev/null
+++ docs/LeakSanitizer.rst
@@ -0,0 +1,29 @@
+================
+LeakSanitizer
+================
+
+.. contents::
+   :local:
+
+Introduction
+============
+
+LeakSanitizer is a heap leak detector which is designed to be used on top of
+`AdressSanitizer <AddressSanitizer.html>`_ / `MemorySanitizer
+<MemorySanitizer.html>`_, 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
+i386/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>`_
+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D786.1.patch
Type: text/x-patch
Size: 891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130513/4615b78e/attachment.bin>


More information about the llvm-commits mailing list