[cfe-commits] r95726 - /cfe/trunk/www/analyzer/index.html
Ted Kremenek
kremenek at apple.com
Tue Feb 9 15:42:00 PST 2010
Author: kremenek
Date: Tue Feb 9 17:42:00 2010
New Revision: 95726
URL: http://llvm.org/viewvc/llvm-project?rev=95726&view=rev
Log:
Pull header into side column.
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=95726&r1=95725&r2=95726&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/index.html (original)
+++ cfe/trunk/www/analyzer/index.html Tue Feb 9 17:42:00 2010
@@ -13,10 +13,12 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
-<h1>Clang Static Analyzer</h1>
<table style="margin-top:0px" width="100%" border="0" cellpadding="0px" cellspacing="0">
<tr><td>
+
+<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>
More information about the cfe-commits
mailing list