I was able to build the tool with the latest master and clang 11 as suggested here https://github.com/include-what-you-use/include-what-you-use/issues/850#issuecomment-727545771 with this PKGBUILD by just bumping the _max
to _clang_major+2
.
Search Criteria
Package Details: include-what-you-use 0.22-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/include-what-you-use.git (read-only, click to copy) |
---|---|
Package Base: | include-what-you-use |
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: | LicenseRef-LLVM-Release-License |
Submitter: | Mindless |
Maintainer: | sebschrader (jetm) |
Last Packager: | jetm |
Votes: | 45 |
Popularity: | 0.52 |
First Submitted: | 2011-12-03 05:58 (UTC) |
Last Updated: | 2024-07-06 16:25 (UTC) |
Dependencies (10)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR)
- python3 (python)
- cmake (cmake-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (1)
Sources (1)
skunk commented on 2020-11-16 18:53 (UTC)
ruy16109 commented on 2020-04-25 18:52 (UTC)
Clang 10 is out, so this package is now out of date. Hopefully the maintainer updates the package soon.
afontenot commented on 2020-03-29 11:54 (UTC)
Checking the git history, the Python 2 requirement has been baked in since the initial commit. As best I can determine, the iwyu codebase has since been updated and is expected to be entirely Python 3 clean.
Could you try removing the sed lines and python2 dependency from this PKGBUILD and see if everything just works for you? (I built it myself and it seems fine.) We can report any problems we find with the Python 3 support upstream.
woowapdabug commented on 2019-10-21 16:32 (UTC)
Looking forward for the update, thank you :)
jetm commented on 2019-10-12 03:16 (UTC) (edited on 2020-11-16 18:57 (UTC) by jetm)
Clang v11 is out, but the project upstream is not updated yet. I will update after upstream project update. See:
https://github.com/include-what-you-use/include-what-you-use/issues/850
jetm commented on 2019-07-26 13:54 (UTC)
@a216: Done. Thanks!
a216 commented on 2019-07-26 13:52 (UTC)
This project doesn't seem to show up in a search for "iwyu" - could this term be added as a keyword?
jetm commented on 2019-04-02 14:07 (UTC)
@Aetf: Clang v8 is out, but project upstream is not updated yet. I will update after upstream project update. Removing flag.
Aetf commented on 2019-03-31 19:08 (UTC)
Clang v8 is out...
jmarch commented on 2018-10-17 15:41 (UTC)
Please update to use the most recent clang v7.
Pinned Comments
jetm commented on 2023-11-10 00:05 (UTC) (edited on 2024-11-13 11:49 (UTC) by jetm)
IWYU v0.23
is out, butclang v19
has not been released in Arch Linux. Please don't flag out-of-date until the new clang version is available. Thanks.