[clang] [Clang] accept @tparam on variable template partial specializations (PR #147219)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 7 07:30:06 PDT 2025
================
@@ -291,6 +291,14 @@ void DeclInfo::fill() {
TemplateParameters = CTPSD->getTemplateParameters();
break;
}
+ case Decl::VarTemplatePartialSpecialization: {
+ const VarTemplatePartialSpecializationDecl *VTPSD =
----------------
a-tarasyuk wrote:
@AaronBallman thanks. Iv've updated to use `auto`
https://github.com/llvm/llvm-project/pull/147219
More information about the cfe-commits
mailing list