[clang] [CIR] Inheriting Constructor/inheriting ctor inlining lowering (PR #191467)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 13 06:14:48 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list