From 250f67b8c3263ad95e3a722e438ca21a15ebfb75 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 19 Feb 2010 17:33:38 +0000 Subject: [PATCH] Update front page to mention Xcode integration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96682 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/index.html | 47 +++++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/www/analyzer/index.html b/www/analyzer/index.html index 006bc5c265..335ca8b34a 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -19,15 +19,20 @@

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 Clang Static Analyzer is source code analysis tool that find bugs in C +and Objective-C programs.

-

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.

+

Currently it can be run either as a standalone +tool or within Xcode. The standalone tool is +invoked from the command-line, and is intended to be run in tandem with a build +of a codebase.

-

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

+

The analyzer is 100% open source and are part of the Clang project. Like the rest of Clang, the +analyzer is implemented as a C++ library that can be used by other tools and +applications.

+ +

Download

@@ -91,16 +96,35 @@ href="http://clang.llvm.org">Clang project.

-

Download

-

Mac OS X

+

Mac OS X

    -
  • Latest build (Universal binary, 10.5+): +
  • Latest build (Universal binary, 10.5+):
  • +
  • Can be used both from the command line and within Xcode
  • Installation and usage
-

Other Platforms

+
+
+ + + + + + + + +
+ + + + + + +
+
+

Other Platforms

For other platforms, please follow the instructions for building the analyzer from source code.

@@ -114,6 +138,7 @@ href="http://clang.llvm.org">Clang project.

+
Viewing static analyzer results in Xcode 3.2
-- 2.40.0