[PATCH] D140000: [clangd] Compute the unused includes in the check mode.

2023-01-02 Thread Kadir Cetinkaya via Phabricator via cfe-commits
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 `cla

[PATCH] D140000: [clangd] Compute the unused includes in the check mode.

2022-12-14 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: kadircet. Herald added a subscriber: arphaman. Herald added a project: All. hokein requested review of this revision. Herald added subscribers: MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. Repository: rG LLVM Github Mon