Lines Matching refs:analyzer
6 the clang static analyzer. Includes intercept-build tool, which logs
8 the clang static analyzer on it.
28 To run the Clang static analyzer against a project goes like this:
36 To run the Clang static analyzer against a project with compilation database
53 The major difference is how and when the analyzer is run. The `scan-build`
54 tool has three distinct model to run the analyzer:
57 The compiler wrappers does run the real compiler and the analyzer.
62 The analyzer run against each modules after the build finished.
66 The analyzer run against each modules after the build finished.
77 The 1. runs the analyzer right after the real compilation. So, if the build
78 process removes removes intermediate modules (generated sources) the analyzer
90 compilation database. `analyze-build` does only run the analyzer against the