[PATCH] D9600: Add scan-build python implementation
Laszlo Nagy via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 9 15:15:39 PST 2015
rizsotto.mailinglist added a comment.
the latest update has the following improvements:
- makes it work without installation.
- pass the `SATestBuild.py` test harness against different projects with `--strictness 2` arguments. (coreutils-8.23, gawk-4.1.1, make-4.0, openssl-1.0.0s, patch-2.7.4, tar-1.28) these minor adjustments were needed.
- get silents when it runs against `configure` or `autogen`.
- implements `--override-compiler` which enforce to use compiler wrappers.
- a couple of minor fixes to get rid of the differences.
- small number of improvement for compilation database generation (mainly shell escaping when that's needed). which were learnt form my other project Bear.
http://reviews.llvm.org/D9600
More information about the cfe-commits
mailing list