]> granicus.if.org Git - clang/commitdiff
Include the "latest build" checker link using SSI.
authorTed Kremenek <kremenek@apple.com>
Tue, 17 Jun 2008 06:43:11 +0000 (06:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 17 Jun 2008 06:43:11 +0000 (06:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52387 91177308-0d34-0410-b5e6-96231b3b80d8

www/StaticAnalysis.html
www/StaticAnalysisUsage.html
www/latest_checker.html.incl [new file with mode: 0644]

index 66f46df97bacea09628fafa1cd6ea50d52da0f36..f15d0d47ba1a94f16111236e5a76e161f2440de2 100644 (file)
@@ -125,7 +125,10 @@ of work it must do to find bugs.</li>
     <h2>Download</h2>
     <ul>
     <li>Mac OS X (Intel-only, 10.5+):
-        <p><b><a href="http://keeda.stanford.edu/~kremenek/checker/checker-37.tar.gz">checker-37.tar.gz</a></b> (built June 16, 2008)</p></li>
+      <p>
+        <!--#include virtual="latest_checker.html.incl"-->
+      </p>
+    </li>
     <li><a href="StaticAnalysisUsage.html#OtherUsage">Other Platforms</a> (Building from Source)</li>
     </div>
     
index c264fedd6e24ac467ed2ebdbd54a4dffef4578c3..7faa59f357355ddf3c02223ce5e156151d18cc84 100644 (file)
@@ -45,8 +45,9 @@ other special installation is needed.</p>
 <p>Semi-regular pre-built binaries of the analyzer are available on Mac OS X
 (10.5).</p>
 
-<p>The latest build is: <b><a
-href="http://keeda.stanford.edu/~kremenek/checker/checker-37.tar.gz">checker-37.tar.gz</a></b> (built June 16, 2008)</p>
+<p>The latest build is: 
+  <!--#include virtual="latest_checker.html.incl"-->
+</p>  
 
 <p><b>Note: This fixes a serious bug in checker-36 where the analyzer would
 never be run, thus finding no bugs.</b></p>
diff --git a/www/latest_checker.html.incl b/www/latest_checker.html.incl
new file mode 100644 (file)
index 0000000..3071cd3
--- /dev/null
@@ -0,0 +1 @@
+<b><a href="http://keeda.stanford.edu/~kremenek/checker/checker-37.tar.gz">checker-37.tar.gz</a></b> (built June 16, 2008)