summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-16 19:53:36 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-16 19:53:36 +0000
commitad0116e417aee645da9e5916a197026b977e4da3 (patch)
tree0e7c82b4214600e422ee51a7a5fc38ff6748a771
parent3cb8e31a3d0cad146c3dce6d85863ee74381d86a (diff)
downloadclang-ad0116e417aee645da9e5916a197026b977e4da3.tar.gz
clang-ad0116e417aee645da9e5916a197026b977e4da3.tar.bz2
clang-ad0116e417aee645da9e5916a197026b977e4da3.tar.xz
Add blurb about leak sanitizer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@197417 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 9a17bef040..076c5e5d83 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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.3 release include:
+ 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
------------------