llvm-svn: 52241
This commit is contained in:
Ted Kremenek 2008-06-12 19:14:13 +00:00
parent 05e2f6006c
commit b7aa2cc416
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<html>
<head>
<title>Information on using the Static Analyzer ("LLVM Checker")</title>
<title>Information on using the Static Analyzer ("Clang Checker")</title>
<link type="text/css" rel="stylesheet" href="menu.css" />
<link type="text/css" rel="stylesheet" href="content.css" />
<style>
@ -29,8 +29,8 @@
<h1>Information on using the Static Analyzer</h1>
<p>This documents provides some notes on using the LLVM/clang static analyzer to
find bugs in C and Objective-C programs.</p>
<p>This page provides some notes on using the LLVM/clang static analyzer to find
bugs in C and Objective-C programs.</p>
<p>Currently the analyzer is invoked as a command-line tool. It is intended to
run in tandem with a build of a project or code base. Analysis results are