Lines Matching refs:intercept
6 the clang static analyzer. Includes intercept-build tool, which logs
34 $ intercept-build <your build command>
47 Generally speaking, the `intercept-build` and `analyze-build` tools together
51 $ intercept-build <your build command> && analyze-build
61 2. Use special library to intercept compiler calls durring the build process.
63 Use `--intercept-first` flag to get this model.
65 3. Use compiler wrappers to intercept compiler calls durring the build process.
67 Use `--intercept-first` and `--override-compiler` flags together to get
73 you need to pass the compiler wrappers manually. eg.: `intercept-build
74 --override-compiler make CC=intercept-cc CXX=intercept-c++ all` where the
89 `intercept-build` command uses only the 2. and 3. mode to generate the