Package Details: include-what-you-use 0.26-1

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: jetm
Last Packager: jetm
Votes: 48
Popularity: 0.32
First Submitted: 2011-12-03 05:58 (UTC)
Last Updated: 2026-03-23 08:53 (UTC)

Pinned Comments

jetm commented on 2023-11-10 00:05 (UTC) (edited on 2026-03-23 14:18 (UTC) by jetm)

Please, don't flag the package until IWYU and clang releases are matching. IWYU needs a specific clang version and Arch Linux needs time to upgrade the clang package. Thanks.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

marmistrz commented on 2017-07-06 10:01 (UTC)

@mmlb, and the very issue says that: > In the meantime, I've been using current master with llvm 4.0 and it "seems" to be working ;) Isn't it just the problem with the prebuilt binaries?

mmlb commented on 2017-04-24 21:41 (UTC)

@johnchen902, iwyu is very much tied to a specific version of clang/llvm. You can track llvm 4.0 release status here https://github.com/include-what-you-use/include-what-you-use/issues/397.

johnchen902 commented on 2017-04-21 03:39 (UTC)

Current clang version is 4.0.0-1

tegularius commented on 2016-09-06 21:21 (UTC)

makedepends should include cmake

mmlb commented on 2015-12-28 05:05 (UTC)

@Svenstaro that was by design since the previous version of IWYU is incompatible with 3.7. I just updated to latest released version that works with 3.7.

svenstaro commented on 2015-09-29 05:42 (UTC)

This conflicts with llvm 3.7.0 in Arch because 3.7 is < 3.7.0.

mmlb commented on 2015-07-23 13:47 (UTC)

@nerzhul, fixed thanks!

nerzhul commented on 2015-07-21 10:08 (UTC)

Please add llvm as a dependancy to fix erikw error

mmlb commented on 2015-06-01 15:31 (UTC)

@erikw I've updated the package

mmlb commented on 2015-05-25 01:14 (UTC)

erikw are you using clang 3.6? That's not out yet, see https://code.google.com/p/include-what-you-use/issues/detail?id=185 In the meantime, maybe I should change the PKGBUILD to depend on the exact version of clang.