================
@@ -11682,6 +11683,7 @@ class Sema final : public SemaBase {
SmallVectorImpl<TemplateArgument> &SugaredConverted,
SmallVectorImpl<TemplateArgument> &CanonicalConverted,
CheckTemplateArgumentKind CTAK, bool PartialOrdering,
+ bool PartialOrderingTTP,
----------------
mizvekov wrote:
We can turn the two bools into enums, and we can group parameters which often
go together into an 'Info' like thing. Grouping ortogonal bools into one enum
like that will create friction in that we will often want to combine and split
them apart anyway.
https://github.com/llvm/llvm-project/pull/124313
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits