[cfe-commits] r141943 - in /cfe/trunk/www/analyzer: latest_checker.html.incl release_notes.html

Ted Kremenek kremenek at apple.com
Thu Oct 13 21:15:19 PDT 2011


Author: kremenek
Date: Thu Oct 13 23:15:19 2011
New Revision: 141943

URL: http://llvm.org/viewvc/llvm-project?rev=141943&view=rev
Log:
Update open source static analyzer build.

Modified:
    cfe/trunk/www/analyzer/latest_checker.html.incl
    cfe/trunk/www/analyzer/release_notes.html

Modified: cfe/trunk/www/analyzer/latest_checker.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/latest_checker.html.incl?rev=141943&r1=141942&r2=141943&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/latest_checker.html.incl (original)
+++ cfe/trunk/www/analyzer/latest_checker.html.incl Thu Oct 13 23:15:19 2011
@@ -1 +1 @@
-<b><a href="/checker/checker-257.tar.bz2">checker-257.tar.bz2</a></b> (built May 25, 2011)
+<b><a href="/checker/checker-258.tar.bz2">checker-258.tar.bz2</a></b> (built October 13, 2011)

Modified: cfe/trunk/www/analyzer/release_notes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/release_notes.html?rev=141943&r1=141942&r2=141943&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/release_notes.html (original)
+++ cfe/trunk/www/analyzer/release_notes.html Thu Oct 13 23:15:19 2011
@@ -15,6 +15,19 @@
 
 <h1>Release notes for <tt>checker-XXX</tt> builds</h1>
 
+<h4 id="checker_258">checker-258</h4>
+
+<p><b>built:</b>October 13, 2011<br>
+<b>download:</b> <a href="/checker/checker-258.tar.bz2">checker-258.tar.bz2</a></p>
+<p><b>highlights:</b></p>
+
+<ul>
+  <li>Contains a newer version of the analyzer than the one shipped in Xcode 4.2.</li>
+  <li>Adds a new security checker for looking at correct uses of the Mac OS KeyChain API.</li>
+  <li>Supports ARC (please file bugs where you see issues)</li>
+  <li>Major under-the-cover changes.  This should result in more precise results in some cases, but this is laying the groundwork for major improvements.  Please file bugs where you see regressions or issues.</li>
+</ul>
+    
 <h4 id="checker_257">checker-257</h4>
 
 <p><b>built:</b>May 25, 2011<br>





More information about the cfe-commits mailing list