[clang-tools-extra] [clangd] Support outgoing calls in call hierarchy (PR #77556)
Christian Kandeler via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 20 02:17:56 PST 2024
================
@@ -88,56 +89,6 @@
# CHECK-NEXT: }
# CHECK-NEXT: ]
---
-{"jsonrpc":"2.0","id":2,"method":"typeHierarchy/subtypes","params":{"item":{"uri":"test:///main.cpp","data":{"parents":[{"parents":[{"parents":[],"symbolID":"FE546E7B648D69A7"}],"symbolID":"ECDC0C46D75120F4"}],"symbolID":"8A991335E4E67D08"},"name":"Child2","kind":23,"range":{"end":{"character":13,"line":3},"start":{"character":7,"line":3}},"selectionRange":{"end":{"character":13,"line":3},"start":{"character":7,"line":3}}}}}
----------------
ckandeler wrote:
What was the reasoning for removing this entirely?
https://github.com/llvm/llvm-project/pull/77556
More information about the cfe-commits
mailing list