Package Details: include-what-you-use 0.22-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: 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)

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, but clang v19 has not been released in Arch Linux. Please don't flag out-of-date until the new clang version is available. Thanks.

Latest Comments

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

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.

erikw commented on 2015-05-24 09:26 (UTC)

Compilation errors: [ 7%] Building CXX object CMakeFiles/include-what-you-use.dir/iwyu.cc.o In file included from /tmp/yaourt-tmp-erikw/aur-include-what-you-use/src/include-what-you-use/iwyu.cc:103: In file included from /tmp/yaourt-tmp-erikw/aur-include-what-you-use/src/include-what-you-use/iwyu_ast_util.h:19: /tmp/yaourt-tmp-erikw/aur-include-what-you-use/src/include-what-you-use/port.h:16:10: fatal error: 'llvm/Support/Compiler.h' file not found #include "llvm/Support/Compiler.h"

mmlb commented on 2014-12-30 16:27 (UTC)

@xantares, did you take a look at the second script offered? The one that uses the compile_commands.json output? I could still throw in your adaptation, but if the python script works for you that would be a better option than continually hacking cmake "compilers".