From: Ted Kremenek Date: Mon, 8 Feb 2010 23:50:54 +0000 (+0000) Subject: Switch to drop-down menu style. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9bd1169347783112b1fb472a2d8a177529ba73;p=clang Switch to drop-down menu style. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95610 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index 819886e822..b439359b47 100644 --- a/www/analyzer/annotations.html +++ b/www/analyzer/annotations.html @@ -5,6 +5,7 @@ Source Annotations + diff --git a/www/analyzer/index.html b/www/analyzer/index.html index be43eef557..ed483f42f1 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -3,17 +3,18 @@ Clang Static Analyzer - - + + +
- -

Clang Static Analyzer

- + +
+

Clang Static Analyzer

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. The standalone tool is invoked from the command-line, and is intended to run in @@ -21,20 +22,6 @@ tandem with a build of a project or code base.

Both are 100% open source and are part of the Clang project.

- @@ -89,7 +76,7 @@ href="http://clang.llvm.org">Clang project.

#wrappedcontent { padding:15px;} -
+
@@ -137,6 +124,16 @@ industrial-quality static analysis framework for analyzing C and Objective-C programs that is freely available, extensible, and has a high quality of implementation.

+ + + +
+ +
Viewing static analyzer results in Xcode 3.2
+ +
Viewing static analyzer results in web browser
+
+

Part of Clang and LLVM

As its name implies, the Clang Static Analyzer is built on top of ul { + padding: 0; + margin: 0; + top:auto; + left:auto; + font-weight: normal; +} +.menubar li:hover ul, li.over ul { /* lists nested under hovered list items */ + display: block; +} +#content { + clear: left; + padding-top: 10px; + background-color: #ffffff; +} diff --git a/www/analyzer/menu.html.incl b/www/analyzer/menu.html.incl index 95489fdff9..2c430799a7 100644 --- a/www/analyzer/menu.html.incl +++ b/www/analyzer/menu.html.incl @@ -1,34 +1,37 @@ -