This gets rid of the dependency on ClangdServer and a bunch of extra
infrastructure coming with it. Also enables us to clear SyncAPI, as it was the
sole user of runWorkspace/DocumentSymbols.
Details
Details
- Reviewers
sammccall - Commits
- rG37cc3ee8c555: [clangd] Switch FindSymbolsTests to use TestTU
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
I think we should probably just get rid of this fixture in favor of using TestTU directly (maybe keep getSymbols as a standalone function).
Fine not to do that in this patch though.