Details
Details
- Reviewers
kadircet - Commits
- rG4cb976e014db: [clangd] Call hierarchy (ClangdServer layer)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
can you also add some tests to ClangdTests.cpp ?
clang-tools-extra/clangd/ClangdServer.cpp | ||
---|---|---|
696 | why do we run this on the mainthread ? I suppose we should just do WorkScheduler.run | |
702 | can we reply with none/empty at clangdlsplayer directly and delete the outgoingCalls from both clangdserver and xrefs.cpp ? |
Comment Actions
It seems like they would be highly duplicative of the tests in CallHierarchyTests.cpp.
clang-tools-extra/clangd/ClangdServer.cpp | ||
---|---|---|
696 | I was following what resolveTypeHierarchy did. Should I change that too? |
clang-tools-extra/clangd/ClangdServer.cpp | ||
---|---|---|
696 | yes, i think we should. preferably on a different patch though. |
why do we run this on the mainthread ? I suppose we should just do WorkScheduler.run