| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [scan-build] Patch to scan-build tool to support "--target=<value>" flag | Petr Hosek | 2017-05-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | The scan-build script provided by clang can be used to detect defects in code in the compile time. However, we discovered that the "--target=<value>" flag in clang is not properly handled by this script, which results in failures when analyzing projects that have used this flag in their makefile. This single line of change allows scan-build script to properly handle the "--target=<value>" flag. Patch by Haowei Wu Differential Revision: https://reviews.llvm.org/D33263 llvm-svn: 304025 | ||||
| * | [analyzer] Add --force-analyze-debug-code option to scan-build | Yury Gribov | 2016-02-18 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | [scan-build] Make scan-build work whether it's installed or not | Jonathan Roelofs | 2015-11-13 | 4 | -0/+787 |
| llvm-svn: 253074 | |||||

