Search Criteria
Package Details: include-what-you-use-git r1344.ca25529-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/include-what-you-use-git.git (read-only, click to copy) |
---|---|
Package Base: | include-what-you-use-git |
Description: | A tool for use with clang to analyze #includes in C and C++ source files |
Upstream URL: | https://include-what-you-use.org/ |
Keywords: | c c++ format header include iwyu |
Licenses: | LLVM Release License |
Conflicts: | include-what-you-use |
Provides: | include-what-you-use |
Submitter: | linkmauve |
Maintainer: | sm9cc |
Last Packager: | sm9cc |
Votes: | 2 |
Popularity: | 0.000224 |
First Submitted: | 2015-07-17 19:03 (UTC) |
Last Updated: | 2023-09-23 19:43 (UTC) |
Dependencies (5)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
disc-kuraudo commented on 2018-11-30 18:05 (UTC) (edited on 2018-11-30 18:07 (UTC) by disc-kuraudo)
Can easily build by replacing makedepends and depends with:
makedepends=('cmake')
depends=('clang' 'llvm')
There is a recent branch for clang 7.0.0, change source to:
source=("$_pkgbase::git+https://github.com/include-what-you-use/include-what -you-use#branch=clang_7.0")
damien commented on 2018-02-22 17:00 (UTC)
The clang_5.0 branch seems to work fine with the current clang package in extra.
cpence commented on 2017-11-01 22:26 (UTC)
forkbong commented on 2017-08-29 15:09 (UTC)
linkmauve commented on 2016-08-18 11:12 (UTC)
jcelerier commented on 2016-08-18 10:00 (UTC)
Damaskino commented on 2016-03-31 09:17 (UTC) (edited on 2016-03-31 09:17 (UTC) by Damaskino)