================
@@ -1427,3 +1426,12 @@ void CIRGenFunction::emitCallArgs(
std::reverse(args.begin() + callArgsStart, args.end());
}
}
+
+bool CIRGenTypes::inheritingCtorHasParams(const InheritedConstructor
&inherited,
----------------
erichkeane wrote:Sure, I'll add a comment! https://github.com/llvm/llvm-project/pull/191467 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
