Package Details: include-what-you-use 0.21-2

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: 41
Popularity: 1.86
First Submitted: 2011-12-03 05:58 (UTC)
Last Updated: 2024-03-26 21:39 (UTC)

Pinned Comments

jetm commented on 2023-11-10 00:05 (UTC) (edited on 2024-03-11 22:41 (UTC) by jetm)

IWYU v0.22 is out, but clang v18 has not been released in Arch Linux. Please don't flag out-of-date until clang v17 is available. Thanks.

Latest Comments

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

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.

Arvedui commented on 2018-08-29 07:46 (UTC) (edited on 2018-08-29 07:47 (UTC) by Arvedui)

And please replace patch -Np1 -i "../../fix-clang-6.patch" with patch -Np1 -i "${srcdir}/fix-clang-6.patch" as you can not rely on a relative position for source files.

selmf commented on 2018-07-01 20:34 (UTC)

The PKGBUILD is currently broken. Please add fix-clang-6.patch to the sources list to fix it.

pseyfert commented on 2018-05-29 17:18 (UTC)

@Parkotron Ran into the same error building by hand from github (tag clang_6.0). Cherry-picking more commits from master solves the issue. I suspect it's due to https://github.com/include-what-you-use/include-what-you-use/commit/0003739b52e0bcefa574ed6dbc5dc7cf78da3cb4. See also https://github.com/include-what-you-use/include-what-you-use/issues/499

Parkotron commented on 2018-05-15 18:24 (UTC)

I just attempted to modify the PKGBUILD for the recently released v0.10 (the Clang 6.0 version). After just changing the versions and hashes, everything build and installed without issue. Unfortunately, the tool fails to run, yielding

LLVM ERROR: inconsistency in registered CommandLine options
: CommandLine Error: Option 'asan-instrument-assembly' registered more than once!

Apparently this is due to linking against LLVM both statically and dynamically, but at this point I'm in over my head. Hopefully smarter folks will to take a look at packaging 0.10 soon.