diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-02-09 23:42:00 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-02-09 23:42:00 +0000 |
commit | b24b0f8cc55d34a050ce1a4722a654d56e9fd947 (patch) | |
tree | 0b355702f83c4de6ae21a63e588c58f0cabfdf06 | |
parent | 4bf24059e7ee1a37015d6a8a8325abec7b8b61d9 (diff) |
Pull header into side column.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95726 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/analyzer/index.html b/www/analyzer/index.html index adcc842fe0..c6e9fdbbde 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -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> |