[clang-tools-extra] [clangd] Support outgoing calls in call hierarchy (PR #77556)

Igor V. Kovalenko via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 20 09:26:46 PST 2024


================
@@ -1700,6 +1700,7 @@ declToHierarchyItem(const NamedDecl &ND, llvm::StringRef TUPath) {
 
   HierarchyItem HI;
   HI.name = printName(Ctx, ND);
+  // FIXME: Populate HI.detail the way we do in symbolToHierarchyItem?
----------------
i-garrison wrote:

is this the place which covers c++ constructors?

https://github.com/llvm/llvm-project/pull/77556


More information about the cfe-commits mailing list