Details
- Reviewers
kadircet - Commits
- rG0a4f99c494d0: [clangd] Call hierarchy (ClangdLSPServer layer)
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/ClangdLSPServer.cpp | ||
---|---|---|
1244 | as mentioned in the previous review, let's just reply with none/empty here, with a fixme. | |
clang-tools-extra/clangd/test/call-hierarchy.test | ||
40 | it feels fragile to depend on USRs here :/ can we change this lit file to only test for preparecallhierarchy with a wildcard match for the symbolid and introduce a new test into ClangdLSPServerTests.cpp for the incomingcalls ? |
Thanks for the reviews!
clang-tools-extra/clangd/test/call-hierarchy.test | ||
---|---|---|
40 | We could do this, but note that type-hierarchy.test does the same thing. |
clang-tools-extra/clangd/test/call-hierarchy.test | ||
---|---|---|
40 | i believe we didn't have clangdlspservertests at the time, it would be nice to migrate that one too. |
as mentioned in the previous review, let's just reply with none/empty here, with a fixme.