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

via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 27 04:47:48 PST 2025


timon-ul wrote:

Laying in bed yesterday I realized that yeah I need to fix that, basically all instantiations of such a template, even if they have the wrong type parameter will be returned now, which is definitely not intended behaviour, the code is missing a way to say "only record a reference for this specialization" and not "for all specializations". 

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


More information about the cfe-commits mailing list