[cfe-commits] r52222 - /cfe/trunk/www/StaticAnalysis.html
Ted Kremenek
kremenek at apple.com
Wed Jun 11 09:16:41 PDT 2008
Author: kremenek
Date: Wed Jun 11 11:16:41 2008
New Revision: 52222
URL: http://llvm.org/viewvc/llvm-project?rev=52222&view=rev
Log:
Added direct link to latest analyzer build on Mac OS X.
Modified:
cfe/trunk/www/StaticAnalysis.html
Modified: cfe/trunk/www/StaticAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysis.html?rev=52222&r1=52221&r2=52222&view=diff
==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Wed Jun 11 11:16:41 2008
@@ -75,9 +75,15 @@
just directly execute <tt>scan-build</tt> in the <tt>utils</tt> directory. No
other special installation is needed.</p>
-<h3>Packaged Builds (currently Mac-Only)</h3>
+<h3>Packaged Builds (Mac OS X)</h3>
-<p>Semi-regular builds of the analyzer on Mac OS X (10.5) are available <a
+<p>Semi-regular pre-built binaries of the analyzer(packaged as a gzipped tar
+file) are available on Mac OS X (10.5).</p>
+
+<p>The latest build is: <b><a
+href="http://keeda.stanford.edu/~kremenek/checker/checker-36.tar.gz">checker-36</a></b></p>
+
+<p>The entire set of previous builds can be found <a
href="http://keeda.stanford.edu/~kremenek/checker">here</a>. Packaged builds for
other platforms may eventually be provided, but as the tool is in its early
stages we are not actively promoting releases yet. If you wish to help
More information about the cfe-commits
mailing list