summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build-py/tests/unit/test_runner.py
Commit message (Collapse)AuthorAgeFilesLines
* [scan-build-py] merge runner module to analyzerLaszlo Nagy2017-04-071-321/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D31237 llvm-svn: 299759
* [scan-build-py] use subprocess wrapperLaszlo Nagy2017-01-281-1/+0
| | | | llvm-svn: 293396
* [analyzer] scan-build-py: Remove relative path hack for SATestsBuild.pyDevin Coughlin2016-09-141-14/+0
| | | | | | | | | | | | | | | | | Remove the relative path hack in scan-build-py that converts a fully qualified directory name and a fully qualified file path to a relative path before running the analyzer on a file. This hack is not needed: the bad interaction with SATestsBuild.py it was intended to address is actually the same underlying problem that r280768 fixed. Further, because the hack would always relativize paths, it caused SATestBuild.py to be unable to properly line up issues when the build system changed directory and then built a source file in a child directory but used a fully-qualified path for the source file. Differential Revision: https://reviews.llvm.org/D24470 llvm-svn: 281516
* D17487: [analyzer][scan-build-py] flag filter modification for compilation ↵Laszlo Nagy2016-04-191-110/+222
| | | | | | database creation llvm-svn: 266726
* [analyzer] Add --force-analyze-debug-code option to scan-buildYury Gribov2016-02-181-0/+11
| | | | | | | | | | | | | | 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-121-0/+213
llvm-svn: 257533
OpenPOWER on IntegriCloud