hokein added inline comments.
================ Comment at: clang-tools-extra/clangd/indexer/IndexerMain.cpp:112 + if (!IndexRoot.empty()) { + llvm::DenseSet<SymbolID> ExcludeIDs; + for (const auto &Sym : *Result.Symbols) ---------------- I think we could reuse the `FileShardedIndex` to do the filtering job, rather than implementing a new one. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84811/new/ https://reviews.llvm.org/D84811 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits