================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to