Home | History | Annotate | Download | only in analyzer

Lines Matching full:analyzer

5   <title>Clang Static Analyzer</title>
20 <h1>Clang Static Analyzer</h1>
22 <p>The Clang Static Analyzer is source code analysis tool that find bugs in C
30 <p>The analyzer is 100% open source and is part of the <a
32 analyzer is implemented as a C++ library that can be used by other tools and
129 href="/installation#OtherPlatforms">building the analyzer</a> from
144 <center><b>Viewing static analyzer results in Xcode 3.2</b></center>
146 <center><b>Viewing static analyzer results in a web browser</b></center>
160 the semantics of code. The goal of the Clang Static Analyzer is to provide a
167 <p>As its name implies, the Clang Static Analyzer is built on top of <a
169 Strictly speaking, the analyzer is part of Clang, as Clang consists of a set of
171 analysis engine used by the Clang Static Analyzer is a Clang library, and has
176 <p>While we believe that the static analyzer is already very useful for finding
181 <p>The analyzer is a continuous work-in-progress.
194 <p>While the Clang Static Analyzer is being designed to be as fast and
199 <p>The Clang Static Analyzer runs in a reasonable amount of time by both
208 different checks. Our long-term goal is to have the analyzer have a low false
217 <p>Static analysis is not magic; a static analyzer can only find bugs that it
219 you would like the Clang Static Analyzer to find, please feel free to