Botond =?utf-8?q?István_Horváth?=,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>,Botond Istvan Horvath
 <horvath.botond.ist...@gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/83...@github.com>


================
@@ -9463,7 +9463,8 @@ class Sema final {
   FunctionTemplateDecl *getMoreSpecializedTemplate(
       FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, SourceLocation Loc,
       TemplatePartialOrderingContext TPOC, unsigned NumCallArguments1,
-      unsigned NumCallArguments2, bool Reversed = false);
+      QualType ObjType1 = {}, QualType ObjType2 = {}, bool Reversed = false);
----------------
erichkeane wrote:

```suggestion
      QualType Obj1Ty = {}, QualType Obj2Ty = {}, bool Reversed = false);
```

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

Reply via email to