[clang-tools-extra] [clangd] Re-land "support outgoing calls in call hierarchy" (PR #117673)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 07:15:03 PST 2024


================
@@ -108,7 +109,7 @@ class FileSymbols {
 /// FIXME: Expose an interface to remove files that are closed.
 class FileIndex : public MergedIndex {
 public:
-  FileIndex();
+  FileIndex(bool SupportContainedRefs = true);
----------------
kadircet wrote:

same with the default param

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


More information about the cfe-commits mailing list