[cfe-commits] r96682 - /cfe/trunk/www/analyzer/index.html

Ted Kremenek kremenek at apple.com
Fri Feb 19 09:33:38 PST 2010


Author: kremenek
Date: Fri Feb 19 11:33:38 2010
New Revision: 96682

URL: http://llvm.org/viewvc/llvm-project?rev=96682&view=rev
Log:
Update front page to mention Xcode integration.

Modified:
    cfe/trunk/www/analyzer/index.html

Modified: cfe/trunk/www/analyzer/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/index.html?rev=96682&r1=96681&r2=96682&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/index.html (original)
+++ cfe/trunk/www/analyzer/index.html Fri Feb 19 11:33:38 2010
@@ -19,15 +19,20 @@
 
 <h1>Clang Static Analyzer</h1>  
 
-<p>The Clang Static Analyzer consists of both a source code analysis framework
-and a standalone tool that finds bugs in C and Objective-C programs.</p>
+<p>The Clang Static Analyzer is source code analysis tool that find bugs in C
+and Objective-C programs.</p>
 
-<p>The
-standalone tool is invoked from the command-line, and is intended to run in
-tandem with a build of a project or code base.</p>
+<p>Currently it can be run either as a <a href="/scan-build.html">standalone
+tool</a> or <a href="/xcode.html">within Xcode</a>. The standalone tool is
+invoked from the command-line, and is intended to be run in tandem with a build
+of a codebase.</p>
+
+<p>The analyzer is 100% open source and are part of the <a
+href="http://clang.llvm.org">Clang</a> project. Like the rest of Clang, the
+analyzer is implemented as a C++ library that can be used by other tools and
+applications.</p>
 
-<p>Both are 100% open source and are part of the <a
-href="http://clang.llvm.org">Clang</a> project.</p>
+<h2>Download</h2>
 
 <!-- Generated from: http://www.spiffycorners.com/index.php -->
 
@@ -91,16 +96,35 @@
  <b class="spiffy5"></b></b>
  <div class="spiffyfg">
   <div style="padding:15px">
-   <h2 style="padding:0px; margin:0px">Download</h2>
-   <h3 style="margin-top:5px">Mac OS X</h3>
+   <h3 style="margin:0px;padding:0px">Mac OS X</h3>
    <ul>
-    <li>Latest build (Universal binary, 10.5+):
+    <li>Latest build (Universal binary, 10.5+):<br>
      <!--#include virtual="latest_checker.html.incl"-->
     </li>
+    <li>Can be used both from the command line and within Xcode</li>
     <li><a href="/installation.html">Installation</a> and <a
     href="/scan-build.html">usage</a></li>
    </ul>
-   <h3>Other Platforms</h3>    
+  </div>
+ </div>
+ <b class="spiffy">
+ <b class="spiffy5"></b>
+ <b class="spiffy4"></b>
+ <b class="spiffy3"></b>
+ <b class="spiffy2"><b></b></b>
+ <b class="spiffy1"><b></b></b></b>
+</div>
+
+<div style="padding:0; margin-top:10px; font-size: 90%">
+ <b class="spiffy">
+ <b class="spiffy1"><b></b></b>
+ <b class="spiffy2"><b></b></b>
+ <b class="spiffy3"></b>
+ <b class="spiffy4"></b>
+ <b class="spiffy5"></b></b>
+ <div class="spiffyfg">
+  <div style="padding:15px">
+   <h3 style="margin:0px;padding:0px">Other Platforms</h3>    
    <p>For other platforms, please follow the instructions for <a
    href="/installation#OtherPlatforms">building the analyzer</a> from
    source code.<p>
@@ -114,6 +138,7 @@
  <b class="spiffy1"><b></b></b></b>
 </div>
 
+
 </td><td style="padding-left:10px">
 <a href="images/analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="450x" border=0></a>
 <center><b>Viewing static analyzer results in Xcode 3.2</b></center>





More information about the cfe-commits mailing list