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

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 3 12:21:04 PDT 2023


mgorny added a comment.

My educated guess would be that `clangIncludeCleaner` is being linked via `clang_target_link_libraries` while it's not part of `libclang-cpp`, so it should go into regular `target_link_libraries`.


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