Lines Matching refs:intercept
6 the clang static analyzer. Includes intercept-build tool, which logs
34 $ intercept-build <your build command>
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
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