[cfe-commits] r52387 - in /cfe/trunk/www: StaticAnalysis.html StaticAnalysisUsage.html latest_checker.html.incl

Ted Kremenek kremenek at apple.com
Mon Jun 16 23:43:12 PDT 2008


Author: kremenek
Date: Tue Jun 17 01:43:11 2008
New Revision: 52387

URL: http://llvm.org/viewvc/llvm-project?rev=52387&view=rev
Log:
Include the "latest build" checker link using SSI.

Added:
    cfe/trunk/www/latest_checker.html.incl
Modified:
    cfe/trunk/www/StaticAnalysis.html
    cfe/trunk/www/StaticAnalysisUsage.html

Modified: cfe/trunk/www/StaticAnalysis.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysis.html?rev=52387&r1=52386&r2=52387&view=diff

==============================================================================
--- cfe/trunk/www/StaticAnalysis.html (original)
+++ cfe/trunk/www/StaticAnalysis.html Tue Jun 17 01:43:11 2008
@@ -125,7 +125,10 @@
     <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>
     

Modified: cfe/trunk/www/StaticAnalysisUsage.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysisUsage.html?rev=52387&r1=52386&r2=52387&view=diff

==============================================================================
--- cfe/trunk/www/StaticAnalysisUsage.html (original)
+++ cfe/trunk/www/StaticAnalysisUsage.html Tue Jun 17 01:43:11 2008
@@ -45,8 +45,9 @@
 <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>

Added: cfe/trunk/www/latest_checker.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/latest_checker.html.incl?rev=52387&view=auto

==============================================================================
--- cfe/trunk/www/latest_checker.html.incl (added)
+++ cfe/trunk/www/latest_checker.html.incl Tue Jun 17 01:43:11 2008
@@ -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)





More information about the cfe-commits mailing list