[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:00 PST 2024


================
@@ -163,7 +163,7 @@ class Checker {
   unsigned ErrCount = 0;
 
   Checker(llvm::StringRef File, const ClangdLSPServer::Options &Opts)
-      : File(File), Opts(Opts) {}
+      : File(File), Opts(Opts), Index(/*SupportContainedRefs=*/false) {}
----------------
kadircet wrote:

why false here? i think it's better if we use whatever clangd-server's default is

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


More information about the cfe-commits mailing list