[PATCH] D140000: [clangd] Compute the unused includes in the check mode.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 2 01:30:26 PST 2023
kadircet added a comment.
what's the motivating reason behind the change?
we'll soon change the implementation to use include-cleaner instead, and can run the tool directly to verify the findings (rather than clangd). hence i feel like this will just turn into not-so-useful extra output for `clangd --check`, but maybe there's some other use case that i am missing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140000/new/
https://reviews.llvm.org/D140000
More information about the cfe-commits
mailing list