summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build-py/libscanbuild
Commit message (Collapse)AuthorAgeFilesLines
* D17487: [analyzer][scan-build-py] flag filter modification for compilation ↵Laszlo Nagy2016-04-195-282/+319
| | | | | | database creation llvm-svn: 266726
* [analyzer][scan-build] Non-existing directory for scan-build output.Anton Yartsev2016-02-211-1/+6
| | | | | | | Makes scan-build successfully accept non-existing output directories provided via "-o" option. The directory is created in this case. This behavior is conforming to the old perl scan-build implementation. (http://reviews.llvm.org/D17091) llvm-svn: 261480
* [analyzer] Add --force-analyze-debug-code option to scan-buildYury Gribov2016-02-182-4/+23
| | | | | | | | | | | | | | to force debug build and hopefully enable more precise warnings. Static Analyzer is much more efficient when built in debug mode (-UNDEBUG) so we advice users to enable it manually. This may be inconvenient in case of large complex projects (think about Linux distros e.g. Android or Tizen). This patch adds a flag to scan-build which inserts -UNDEBUG automatically. Differential Revision: http://reviews.llvm.org/D16200 llvm-svn: 261204
* D9600: Add scan-build python implementationLaszlo Nagy2016-01-1211-0/+2685
llvm-svn: 257533
OpenPOWER on IntegriCloud