[clang-tools-extra] [clangd] Add background index format support to clangd-indexer (PR #175209)
Jason Williams via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 23 02:54:14 PST 2026
================
@@ -204,6 +184,31 @@ class BackgroundIndexActionFactory : public tooling::FrontendActionFactory {
return Success;
}
+protected:
+ void handleSymbols(SymbolSlab S) override {
----------------
jasonwilliams wrote:
I've re-created a base class which uses unique_ptr now so both classes share the same mehods, this should be simplified a lot.
https://github.com/llvm/llvm-project/pull/175209
More information about the cfe-commits
mailing list