[clang] [clang-tools-extra] [Clang] Add a builtin that deduplicate types into a pack (PR #106730)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 6 08:19:56 PDT 2025
================
@@ -6414,11 +6410,9 @@ Sema::InstantiateMemInitializers(CXXConstructorDecl *New,
bool RetainExpansion = false;
UnsignedOrNone NumExpansions = std::nullopt;
if (CheckParameterPacksForExpansion(Init->getEllipsisLoc(),
- BaseTL.getSourceRange(),
- Unexpanded,
- TemplateArgs, ShouldExpand,
- RetainExpansion,
- NumExpansions)) {
+ BaseTL.getSourceRange(), Unexpanded,
+ TemplateArgs, true, ShouldExpand,
----------------
erichkeane wrote:
last time?
https://github.com/llvm/llvm-project/pull/106730
More information about the cfe-commits
mailing list