clang/tools/scan-build-py/tests
Yury Gribov 19b977bcdf [analyzer] Add --force-analyze-debug-code option to scan-build
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


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261204 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-18 11:08:46 +00:00
..
functional Remove autoconf support 2016-01-26 21:30:40 +00:00
unit [analyzer] Add --force-analyze-debug-code option to scan-build 2016-02-18 11:08:46 +00:00
__init__.py D9600: Add scan-build python implementation 2016-01-12 22:38:41 +00:00