[clang] [clang-tools-extra] clangd: Extend reference search with constructor calls through forwarding (PR #169742)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 16 22:55:04 PST 2025


================
@@ -220,6 +220,9 @@ std::unique_ptr<FrontendAction> createStaticIndexingAction(
       index::IndexingOptions::SystemSymbolFilterKind::All;
   // We index function-local classes and its member functions only.
   IndexOpts.IndexFunctionLocals = true;
+  // We need to delay indexing so function bodies become available, this is so
----------------
HighCommander4 wrote:

"so instantiations of function bodies become available"

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


More information about the cfe-commits mailing list