[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
================
@@ -133,7 +133,7 @@ static void instantiateDependentAlignedAttr(
// FIXME: Use the actual location of the ellipsis.
SourceLocation EllipsisLoc = Aligned->getLocation();
if (S.CheckParameterPacksForExpansion(EllipsisLoc, Aligned->getRange(),
- Unexpanded, TemplateArgs, Expand,
+ Unexpanded, TemplateArgs, true, Expand,
----------------
erichkeane wrote:
Another bool in need of a comment.
https://github.com/llvm/llvm-project/pull/106730
More information about the cfe-commits
mailing list