[clang] [Clang][Sema] Diagnose unexpanded packs in the template argument lists of function template specializations (PR #76677)
Krystian Stasiowski via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 3 11:07:00 PST 2024
================
@@ -518,6 +518,7 @@ Improvements to Clang's diagnostics
- Clang now diagnoses definitions of friend function specializations, e.g. ``friend void f<>(int) {}``.
- Clang now diagnoses narrowing conversions involving const references.
(`#63151: <https://github.com/llvm/llvm-project/issues/63151>`_).
+- Clang now diagnoses unexpanded packs within the template argument lists of function template specializations.
----------------
sdkrystian wrote:
@erichkeane I just looked -- I don't see an open issue.
https://github.com/llvm/llvm-project/pull/76677
More information about the cfe-commits
mailing list