[clang-tools-extra] [clangd] Navigate go-to-definition through forwarding wrappers to the constructor (PR #199480)

Yuli Fiterman via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 08:50:39 PDT 2026


================
@@ -1115,5 +1115,21 @@ searchConstructorsInForwardingFunction(const FunctionDecl *FD) {
   return Result;
 }
 
+ArrayRef<const CXXConstructorDecl *>
----------------
fitermay wrote:

Ok.
Changed  SymbolCollector::findIndirectConstructors to return ArrayRef<const CXXConstructorDecl *>

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


More information about the cfe-commits mailing list