diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-06-11 16:16:41 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-06-11 16:16:41 +0000 |
commit | d53ab9fdf74e8882c1de204e6cf3fcdd84ff1de5 (patch) | |
tree | a07252a9a4ceeeca7153ef0f98735c09db1170f2 | |
parent | b8a522fbc34ea07017840c311cc04752b2ac947f (diff) |
Added direct link to latest analyzer build on Mac OS X.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52222 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/StaticAnalysis.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html index f74e735b13..d5dcfed8f7 100644 --- a/www/StaticAnalysis.html +++ b/www/StaticAnalysis.html @@ -75,9 +75,15 @@ search your path.</p> 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 |