summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny2019-10-041-4/+18
| | | | | | | | | Add install targets as necessary to install bash-autocomplete, scan-build and scan-view via LLVM_DISTRIBUTION_TARGETS. Differential Revision: https://reviews.llvm.org/D68413 llvm-svn: 373695
* Actually install scan-build / ccc-analyzer / c++-analyzer on windowsJonathan Roelofs2017-03-221-0/+3
| | | | | | Before, we were only installing the wrappers... oops. llvm-svn: 298549
* Honor system specific paths of MAN pagesChris Bieneman2015-11-201-6/+7
| | | | | | | | | | | | | | Summary: Caught on NetBSD. Patch by: Kamil Rytarowski (krytarowski) Reviewers: beanz, jroelofs Subscribers: cfe-commits, joerg Differential Revision: http://reviews.llvm.org/D14800 llvm-svn: 253693
* [scan-build] Make scan-build work whether it's installed or notJonathan Roelofs2015-11-131-12/+12
| | | | llvm-svn: 253074
* [scan-build] Move non user-facing utilities to shareJonathan Roelofs2015-11-131-5/+5
| | | | llvm-svn: 253068
* scan-build: Fix install.NAKAMURA Takumi2015-11-131-1/+1
| | | | llvm-svn: 253016
* [scan-build] Create share directory similar to scan-view'sJonathan Roelofs2015-11-131-9/+9
| | | | llvm-svn: 252981
* Hiding the scan-build and scan-view projects under the Misc folder in IDEs ↵Aaron Ballman2015-11-111-0/+1
| | | | | | instead of having them at the root view. llvm-svn: 252771
* Implement post-commit review feedback on r252662Jonathan Roelofs2015-11-101-7/+6
| | | | llvm-svn: 252664
* Implement the fix that r252641 should have beenJonathan Roelofs2015-11-101-6/+12
| | | | llvm-svn: 252662
* Fix missing CMake dependency introduced in r252474Jonathan Roelofs2015-11-101-4/+8
| | | | llvm-svn: 252641
* Fix the cmake build after r252474 broke itJonathan Roelofs2015-11-091-1/+1
| | | | llvm-svn: 252489
* Create install targets for scan-build and scan-viewJonathan Roelofs2015-11-091-0/+71
http://reviews.llvm.org/D14403 llvm-svn: 252474
OpenPOWER on IntegriCloud