Skip to content

Commit 507d067

Browse files
committed
update first section to still have the introduction paragraphs
1 parent 0d9d024 commit 507d067

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

clang/www/analyzer/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@
6969

7070
<h1>Clang Static Analyzer</h1>
7171

72-
<!-- Removed the Downloads section -->
72+
<p>The Clang Static Analyzer is a source code analysis tool that finds bugs in
73+
C, C++, and Objective-C programs.</p>
74+
75+
<p>The analyzer is 100% open source and is part of the <a href="https://clang.llvm.org">Clang</a>
76+
project. Like the rest of Clang, the analyzer is implemented as a C++ library
77+
that can be used by other tools and applications.</p>
7378

7479
<div style="padding:0; margin-top:10px; font-size: 90%">
7580
<b class="spiffy">
@@ -80,12 +85,14 @@ <h1>Clang Static Analyzer</h1>
8085
<b class="spiffy5"></b></b>
8186
<div class="spiffyfg">
8287
<div style="padding:15px">
83-
<p>The static analyzer is part of Clang. Please refer to the
88+
89+
<p>To get started with the Clang Static Analyzer, visit the
8490
<a href="https://releases.llvm.org/download.html">LLVM
85-
releases page</a> for further instructions.</p>
91+
releases page</a> for download and installation instructions. The official
92+
releases include both the analyzer and <a href="scan-build.html">scan-build</a>,
93+
a command-line tool for running the analyzer on your codebase.</p>
8694

87-
<p>The official LLVM releases also include <a href="scan-build.html">scan-build</a>.
88-
If you're installing Clang from a different source, such as
95+
<p>If you're installing Clang from a different source, such as
8996
a Linux package repository, then scan-build may be packaged
9097
separately as an individual package, or as part of
9198
a "clang tools" package.</p>

0 commit comments

Comments
 (0)