[clang] [Sema] Default arguments for template parameters affect ContainsUnexpandedPacks (PR #99880)
Ilya Biryukov via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 23 10:12:54 PDT 2024
================
@@ -44,6 +44,13 @@ using namespace clang;
// TemplateParameterList Implementation
//===----------------------------------------------------------------------===//
+namespace {
+template <class TemplateParam>
+bool DefaultArgumentContainsUnexpandedPack(const TemplateParam &P) {
----------------
ilya-biryukov wrote:
Done.
https://github.com/llvm/llvm-project/pull/99880
More information about the cfe-commits
mailing list