[clang] [clang][Sema] Handle function parameter packs in `PackDeductionScope::addPacks` (PR #215235)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 21:00:21 PDT 2026
================
@@ -445,6 +445,8 @@ features cannot lower the translation-unit ABI level;
affect C++26 constexpr structured bindings and expansion statements, but
also affects some uses of plain structured bindings. (#GH211930)
+- Fixed an assertion during template argument deduction where a function parameter pack is referenced by other types in the function type. (GH28877, GH213760)
----------------
zyn0217 wrote:
```suggestion
- Fixed an assertion during template argument deduction where a function parameter pack is referenced by other types in the function type. (#GH28877, #GH213760)
```
https://github.com/llvm/llvm-project/pull/215235
More information about the cfe-commits
mailing list