diff options
Diffstat (limited to 'clang/tools/scan-build-py/README.md')
| -rw-r--r-- | clang/tools/scan-build-py/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/tools/scan-build-py/README.md b/clang/tools/scan-build-py/README.md index 1b6fc488fa2..720bde1cf3b 100644 --- a/clang/tools/scan-build-py/README.md +++ b/clang/tools/scan-build-py/README.md @@ -84,11 +84,11 @@ tool has three distinct model to run the analyzer: This is the default behaviour, can be enforced with `--override-compiler` flag. -2. Use special library to intercept compiler calls durring the build process. +2. Use special library to intercept compiler calls during the build process. The analyzer run against each modules after the build finished. Use `--intercept-first` flag to get this model. -3. Use compiler wrappers to intercept compiler calls durring the build process. +3. Use compiler wrappers to intercept compiler calls during the build process. The analyzer run against each modules after the build finished. Use `--intercept-first` and `--override-compiler` flags together to get this model. @@ -105,7 +105,7 @@ process removes removes intermediate modules (generated sources) the analyzer output still kept. The 2. and 3. generate the compilation database first, and filters out those -modules which are not exists. So, it's suitable for incremental analysis durring +modules which are not exists. So, it's suitable for incremental analysis during the development. The 2. mode is available only on FreeBSD and Linux. Where library preload |

