[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
Mon Dec 15 00:03:56 PST 2025


HighCommander4 wrote:

Looks like the primary template has a definition, only the instantiation doesn't. The "skip function bodies" optimization would cause the primary template not to have a definition in the first place, so that seems to be a red herring.

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


More information about the cfe-commits mailing list