[llvm-branch-commits] [cfe-branch] r197417 - Add blurb about leak sanitizer.
Bill Wendling
isanbard at gmail.com
Mon Dec 16 11:53:36 PST 2013
Author: void
Date: Mon Dec 16 13:53:36 2013
New Revision: 197417
URL: http://llvm.org/viewvc/llvm-project?rev=197417&view=rev
Log:
Add blurb about leak sanitizer.
Modified:
cfe/branches/release_34/docs/ReleaseNotes.rst
Modified: cfe/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_34/docs/ReleaseNotes.rst?rev=197417&r1=197416&r2=197417&view=diff
==============================================================================
--- cfe/branches/release_34/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_34/docs/ReleaseNotes.rst Mon Dec 16 13:53:36 2013
@@ -1,6 +1,6 @@
-=====================================
-Clang 3.4 (In-Progress) Release Notes
-=====================================
+=======================
+Clang 3.4 Release Notes
+=======================
.. contents::
:local:
@@ -94,6 +94,9 @@ about them. The improvements since the 3
+ Various performance improvements when searching for typo correction
candidates.
+- `LeakSanitizer <LeakSanitizer.rst>`_ is an experimental memory leak detector
+ which can be combined with AddressSanitizer.
+
New Compiler Flags
------------------
More information about the llvm-branch-commits
mailing list