================
@@ -10506,7 +10506,8 @@ class Sema final : public SemaBase {
       FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes,
       ArrayRef<Expr *> Args, OverloadCandidateSet &CandidateSet,
       ConversionSequenceList &Conversions, bool SuppressUserConversions,
-      CXXRecordDecl *ActingContext = nullptr, QualType ObjectType = QualType(),
+      bool SkipUserDefinedConversions, CXXRecordDecl *ActingContext = nullptr,
+      QualType ObjectType = QualType(),
----------------
cor3ntin wrote:

SuppressUserConversions and SkipUserDefinedConversions is going to be super 
confusing. 
Ca=n we replace both booleans by a single enum, and add comments? 

https://github.com/llvm/llvm-project/pull/122423
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to