diff options
author | Kostya Serebryany <kcc@google.com> | 2011-12-13 19:46:24 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2011-12-13 19:46:24 +0000 |
commit | 1ff33e52c3fba23ac8b3f85fe3ff17245bb1bac3 (patch) | |
tree | 9d3235505639687ce12ffc4cbf6716811703737b | |
parent | 085cb8f0b957841ab667a46be0c49ce4ee8c9c79 (diff) |
mention AddressSanitizer in 3.1 release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146505 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c20cf74f34..4d2f5c46a6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -263,6 +263,7 @@ Release Notes</a>.</h1> <p>LLVM 3.1 includes several major changes and big features:</p> <ul> + <li><a href="../tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a>, a fast memory error detector.</li> <li>....</li> </ul> |