[PATCH] D138821: [include-cleaner] Remove filtering from UsingDecl visit.
Viktoriia Bakalova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 06:19:05 PST 2022
VitaNuo marked an inline comment as done.
VitaNuo added inline comments.
================
Comment at: clang-tools-extra/include-cleaner/lib/WalkAST.cpp:87
- // headers might still be used by the dependents of the header.
- if (!IsUsed && !IsHeader)
- continue;
----------------
hokein wrote:
> The member field `IsHeader` is no longer used anywhere, we can remove it, which will simplify a few places, @kadircet any thoughts?
Ok, removed. Let me know if I should undo that eventually.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138821/new/
https://reviews.llvm.org/D138821
More information about the cfe-commits
mailing list