HighCommander4 wrote: > The observations suggest that somehow, our feature is working in the dynamic > index but not in the background index. This surprises me as they should both > be using SymbolCollector in ~the same way.
Well, one way they could be using `SymbolCollector` differently is passing in different `SymbolCollector::Options`. And our changes are in a branch that can be conditional on `Opts.CollectMainFileRefs` and/or `Opts.RefsInHeaders`, so that's a place to start looking. https://github.com/llvm/llvm-project/pull/169742 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
