================
@@ -2472,13 +2473,23 @@ bool
Sema::CheckTemplateParameterList(TemplateParameterList *NewParams,
NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
SawDefaultArgument = true;
- if (!OldTypeParm->getOwningModule())
+ bool SameDefault =
+ getASTContext().isSameDefaultTemplateArgument(OldTypeParm,
+ NewTypeParm);
----------------
zyn0217 wrote:
You're repeating the same pattern 3 times. Can you refactor it a bit?
https://github.com/llvm/llvm-project/pull/185237
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits