[clang-tools-extra] clangd: Make callHierarchy follow inheritance (PR #163024)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 20 00:48:56 PDT 2025


================
@@ -164,6 +164,17 @@ class IndexClient : public clangd::SymbolIndex {
               });
   }
 
+  void reverseRelations(
----------------
timon-ul wrote:

I hope I added everything correctly here.

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


More information about the cfe-commits mailing list