69
69
70
70
< h1 > Clang Static Analyzer</ h1 >
71
71
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 >
73
78
74
79
< div style ="padding:0; margin-top:10px; font-size: 90% ">
75
80
< b class ="spiffy ">
@@ -80,12 +85,14 @@ <h1>Clang Static Analyzer</h1>
80
85
< b class ="spiffy5 "> </ b > </ b >
81
86
< div class ="spiffyfg ">
82
87
< 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
84
90
< 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 >
86
94
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
89
96
a Linux package repository, then scan-build may be packaged
90
97
separately as an individual package, or as part of
91
98
a "clang tools" package.</ p >
0 commit comments