We have switch to use the include-library-based implementation.
Based on https://reviews.llvm.org/D145773
Paths
| Differential D145776
[clangd] Remove the classical clangd-own unsued-include implementation. AbandonedPublic Authored by hokein on Mar 10 2023, 1:56 AM.
Details
Summary We have switch to use the include-library-based implementation. Based on https://reviews.llvm.org/D145773
Diff Detail
Event TimelineComment Actions i'd still merge this with the previous patch, as all of this is dead code after config option deletion. so it'd be better to just revert a single patch if we want to restore the old behavior, rather than two.
This revision is now accepted and ready to land.Mar 10 2023, 2:32 AM hokein marked an inline comment as done. Comment ActionsMerge the change in https://reviews.llvm.org/D145773 per the review comment.
Revision Contents
Diff 504058 clang-tools-extra/clangd/IncludeCleaner.h
clang-tools-extra/clangd/IncludeCleaner.cpp
clang-tools-extra/clangd/unittests/IncludeCleanerTests.cpp
|
i don't think this test is meaningful for our current usage of the include-cleaner library, feel free to drop it.