From 250f67b8c3263ad95e3a722e438ca21a15ebfb75 Mon Sep 17 00:00:00 2001
From: Ted Kremenek 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.Clang Static Analyzer
-Download
@@ -91,16 +96,35 @@ href="http://clang.llvm.org">Clang project.
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.