[llvm-commits] [llvm] r146505 - /llvm/trunk/docs/ReleaseNotes.html
Kostya Serebryany
kcc at google.com
Tue Dec 13 11:46:24 PST 2011
Author: kcc
Date: Tue Dec 13 13:46:24 2011
New Revision: 146505
URL: http://llvm.org/viewvc/llvm-project?rev=146505&view=rev
Log:
mention AddressSanitizer in 3.1 release notes
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=146505&r1=146504&r2=146505&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Dec 13 13:46:24 2011
@@ -263,6 +263,7 @@
<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>
More information about the llvm-commits
mailing list