Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | D17487: [analyzer][scan-build-py] flag filter modification for compilation ↵ | Laszlo Nagy | 2016-04-19 | 1 | -90/+140 |
| | | | | | | database creation llvm-svn: 266726 | ||||
* | [analyzer] Add --force-analyze-debug-code option to scan-build | Yury Gribov | 2016-02-18 | 1 | -2/+9 |
| | | | | | | | | | | | | | | 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 implementation | Laszlo Nagy | 2016-01-12 | 1 | -0/+256 |
llvm-svn: 257533 |