================
@@ -11662,7 +11662,8 @@ class Sema final : public SemaBase {
DeclResult CheckVarTemplateId(VarTemplateDecl *Template,
SourceLocation TemplateLoc,
SourceLocation TemplateNameLoc,
- const TemplateArgumentListInfo &TemplateArgs);
+ const TemplateArgumentListInfo &TemplateArgs,
+ bool SetWrittenArgs);
----------------
mizvekov wrote:
Right, that's another inconsistency with how `CheckTypeTemplateId` operates and
is used.
This may need some though, I don't want to propose a large refactoring to
support such a simple change, but the bool parameter does not feel right.
https://github.com/llvm/llvm-project/pull/156329
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits