[cfe-commits] r95589 - in /cfe/trunk/www/analyzer: images/analyzer_html.png images/analyzer_xcode.png index.html

Ted Kremenek kremenek at apple.com
Mon Feb 8 14:12:48 PST 2010


Author: kremenek
Date: Mon Feb  8 16:12:48 2010
New Revision: 95589

URL: http://llvm.org/viewvc/llvm-project?rev=95589&view=rev
Log:
Add images showing the results in a web browser and Xcode respectively.

Added:
    cfe/trunk/www/analyzer/images/analyzer_html.png   (with props)
    cfe/trunk/www/analyzer/images/analyzer_xcode.png   (with props)
Modified:
    cfe/trunk/www/analyzer/index.html

Added: cfe/trunk/www/analyzer/images/analyzer_html.png
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/images/analyzer_html.png?rev=95589&view=auto

==============================================================================
Binary file - no diff available.

Propchange: cfe/trunk/www/analyzer/images/analyzer_html.png

------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cfe/trunk/www/analyzer/images/analyzer_xcode.png
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/images/analyzer_xcode.png?rev=95589&view=auto

==============================================================================
Binary file - no diff available.

Propchange: cfe/trunk/www/analyzer/images/analyzer_xcode.png

------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

==============================================================================
--- cfe/trunk/www/analyzer/index.html (original)
+++ cfe/trunk/www/analyzer/index.html Mon Feb  8 16:12:48 2010
@@ -22,6 +22,19 @@
 <p>Both are 100% open source and are part of the <a
 href="http://clang.llvm.org">Clang</a> project.</p>
 
+<center>
+<table border=0 cellspacing=20>
+  <tr>
+    <td><center><img src="/images/analyzer_html.png"></center></td>
+    <td><center><img src="/images/analyzer_xcode.png"></center></td>
+  </tr>
+  <tr>
+    <td><center>Viewing results in a web browser</center></td>
+    <td><center>Viewing results in Xcode 3.2</center></td>
+  </tr>
+</table>
+</center>
+
 <!-- Generated from: http://www.spiffycorners.com/index.php -->
 
 <style type="text/css">





More information about the cfe-commits mailing list