[PATCH] D16200: Add --force-analyze-debug-code option to scan-build to force debug build and hopefully enable more precise warnings.

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 12:03:28 PST 2016


ygribov added a comment.

> Like the perl scan-build, you shouldn't need to install scan-build-py to run it.

>  You can just run the scan-build script in the 'tools/scan-build-py/bin/' directory in the clang source directory.


Not really, because files in scan-build-py/bin lack executable perms and also scan-build-py uses system clang instead of the one you want (and for some reasone updating PATH does not help). These are probably nits but makes testing kind of inconvenient.


Repository:
  rL LLVM

http://reviews.llvm.org/D16200





More information about the llvm-commits mailing list