Lines Matching full:clang
5 <title>Clang Static Analyzer</title>
70 <h1>Clang Static Analyzer</h1>
72 <p>The Clang Static Analyzer is a source code analysis tool that finds bugs in
81 href="http://clang.llvm.org">Clang</a> project. Like the rest of Clang, the
157 the semantics of code. The goal of the Clang Static Analyzer is to provide a
161 <h3 id="Clang">Part of Clang and LLVM</h3>
163 <p>As its name implies, the Clang Static Analyzer is built on top of <a
164 href="http://clang.llvm.org">Clang</a> and <a href="http://llvm.org">LLVM</a>.
165 Strictly speaking, the analyzer is part of Clang, as Clang consists of a set of
167 analysis engine used by the Clang Static Analyzer is a Clang library, and has
190 <p>While the Clang Static Analyzer is being designed to be as fast and
195 <p>The Clang Static Analyzer runs in a reasonable amount of time by both
215 you would like the Clang Static Analyzer to find, please feel free to