[PATCH] D148793: [WIP][clang-tidy] Implement an include-cleaner check.

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 08:00:49 PDT 2023


Eugene.Zelenko added a comment.

In D148793#4283733 <https://reviews.llvm.org/D148793#4283733>, @carlosgalvezp wrote:

> I believe this should be discussed in an RFC. We already have the standalone `include-cleaner` tool, why is that not sufficient? Can it be extended instead? There's also the include-what-you-use <https://github.com/include-what-you-use/include-what-you-use> tool out there.

On my understanding, `include-cleaner` is re-implementation of `IWYU`. Awhile ago `IWYU` maintainers tried to merge their project to LLVM. Discussion should be in old mailing lists.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148793/new/

https://reviews.llvm.org/D148793



More information about the cfe-commits mailing list