================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
