kimgr added a comment.
We've had reports from users that it's now possible to build IWYU together with
Clang and LLVM using LLVM_EXTERNAL_PROJECTS, so this can be closed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D31696/new/
https://reviews.llvm.org/D31696
_
kimgr added a comment.
Herald added a reviewer: javed.absar.
This can be closed, IWYU no longer officially supports in-tree builds.
https://reviews.llvm.org/D31696
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin
kimgr added a comment.
Herald added a subscriber: kristof.beyls.
Ping! It would be nice to get some traction on this.
https://reviews.llvm.org/D31696
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listi
kimgr added inline comments.
Comment at: clang/tools/CMakeLists.txt:35
+# if include-what-you-use is cloned for building in-tree, add it here.
+if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/include-what-you-use")
+ add_clang_subdirectory(include-what-you-use)
beanz wr
beanz added inline comments.
Comment at: clang/tools/.gitignore:12
+#==#
+# The include-what-you-use project, for when building in-tree.
+include-what-you-use
rnk wrote:
> LLVM doesn't cu
rnk added inline comments.
Comment at: clang/tools/.gitignore:12
+#==#
+# The include-what-you-use project, for when building in-tree.
+include-what-you-use
LLVM doesn't currently have an
kimgr added a comment.
> BTW, kimgr@, is there any particular reason you haven't tried to upstream the
> tool?
> Maybe even as not a standalone tool but as a set of checks in clang-tidy.
Lack of time, mostly. IWYU was written before there was libtooling, and follows
Google style, so we've felt
zturner added reviewers: beanz, rnk, chandlerc.
zturner added a comment.
Not really sure who to add as a reviewer here, so + a few random people.
BTW, kimgr@, is there any particular reason you haven't tried to upstream the
tool? Maybe even as not a standalone tool but as a set of checks in
`c
kimgr added a comment.
As an include-what-you-use maintainer, I would very much welcome this. I've
been too shy to suggest it myself ;-).
https://reviews.llvm.org/D31696
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/
zturner created this revision.
Herald added subscribers: mgorny, rengolin, aemerson.
It's a little bit annoying to have to manually edit files and then deal with
git thinking that you've got untracked files, and thusly deleting them when you
run `git clean -fd`. Although this is not an official
10 matches
Mail list logo