summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/scan-build
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[analyzer] Add test directory for scan-build."Volodymyr Sapsai2019-11-058-150/+0
| | | | | | | | This reverts commit 0aba69eb1a01c44185009f50cc633e3c648e9950 with subsequent changes to test files. It caused test failures on GreenDragon, e.g., http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/
* [analyzer] Require darwin for scan-build testsDevin Coughlin2019-11-045-4/+6
| | | | | Let's at least get some coverage from these tests. We can generalize to other platforms later.
* [analyzer] Fixup scan-build tests for non-Darwin platforms.Devin Coughlin2019-11-045-1/+8
| | | | | This is a fix to 0aba69eb1a01c44185009f50cc633e3c648e9950 to address failing bots.
* [analyzer] Add test directory for scan-build.Devin Coughlin2019-11-048-0/+141
The static analyzer's scan-build script is critical infrastructure but is not well tested. To start to address this, add a new test directory under tests/Analysis for scan-build lit tests and seed it with several tests. The goal is that future scan-build changes will be accompanied by corresponding tests. Differential Revision: https://reviews.llvm.org/D69781
OpenPOWER on IntegriCloud