Lines Matching +refs:has +refs:intercept +refs:default
6 the clang static analyzer. Includes intercept-build tool, which logs
15 - It has been tested on FreeBSD, GNU/Linux and OS X.
34 $ intercept-build <your build command>
47 To run the CTU analysis, a compilation database file has to be created:
49 $ intercept-build <your build command>
73 Generally speaking, the `intercept-build` and `analyze-build` tools together
77 $ intercept-build <your build command> && analyze-build
80 tool has three distinct model to run the analyzer:
84 This is the default behaviour, can be enforced with `--override-compiler`
87 2. Use special library to intercept compiler calls during the build process.
89 Use `--intercept-first` flag to get this model.
91 3. Use compiler wrappers to intercept compiler calls during the build process.
93 Use `--intercept-first` and `--override-compiler` flags together to get
99 you need to pass the compiler wrappers manually. eg.: `intercept-build
100 --override-compiler make CC=intercept-cc CXX=intercept-c++ all` where the
115 `intercept-build` command uses only the 2. and 3. mode to generate the