Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang] [cmake] Add distribution install targets for remaining components | Michal Gorny | 2019-10-04 | 1 | -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 windows | Jonathan Roelofs | 2017-03-22 | 1 | -0/+3 |
| | | | | | | Before, we were only installing the wrappers... oops. llvm-svn: 298549 | ||||
* | Honor system specific paths of MAN pages | Chris Bieneman | 2015-11-20 | 1 | -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 not | Jonathan Roelofs | 2015-11-13 | 1 | -12/+12 |
| | | | | llvm-svn: 253074 | ||||
* | [scan-build] Move non user-facing utilities to share | Jonathan Roelofs | 2015-11-13 | 1 | -5/+5 |
| | | | | llvm-svn: 253068 | ||||
* | scan-build: Fix install. | NAKAMURA Takumi | 2015-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 253016 | ||||
* | [scan-build] Create share directory similar to scan-view's | Jonathan Roelofs | 2015-11-13 | 1 | -9/+9 |
| | | | | llvm-svn: 252981 | ||||
* | Hiding the scan-build and scan-view projects under the Misc folder in IDEs ↵ | Aaron Ballman | 2015-11-11 | 1 | -0/+1 |
| | | | | | | instead of having them at the root view. llvm-svn: 252771 | ||||
* | Implement post-commit review feedback on r252662 | Jonathan Roelofs | 2015-11-10 | 1 | -7/+6 |
| | | | | llvm-svn: 252664 | ||||
* | Implement the fix that r252641 should have been | Jonathan Roelofs | 2015-11-10 | 1 | -6/+12 |
| | | | | llvm-svn: 252662 | ||||
* | Fix missing CMake dependency introduced in r252474 | Jonathan Roelofs | 2015-11-10 | 1 | -4/+8 |
| | | | | llvm-svn: 252641 | ||||
* | Fix the cmake build after r252474 broke it | Jonathan Roelofs | 2015-11-09 | 1 | -1/+1 |
| | | | | llvm-svn: 252489 | ||||
* | Create install targets for scan-build and scan-view | Jonathan Roelofs | 2015-11-09 | 1 | -0/+71 |
http://reviews.llvm.org/D14403 llvm-svn: 252474 |