[clang] Add arrangeCXXMethodCall to the CodeGenABITypes interface. (PR #111597)

Hiroshi Yamauchi via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 10 13:53:16 PDT 2024


================
@@ -75,6 +75,12 @@ const CGFunctionInfo &arrangeCXXMethodType(CodeGenModule &CGM,
                                            const FunctionProtoType *FTP,
                                            const CXXMethodDecl *MD);
 
+const CGFunctionInfo &arrangeCXXMethodCall(CodeGenModule &CGM,
+                                           CanQualType returnType,
+                                           ArrayRef<CanQualType> argTypes,
+                                           FunctionType::ExtInfo info,
+                                           RequiredArgs args);
----------------
hjyamauchi wrote:

@rjmccall Updated. Do you mean like the latest revision?

https://github.com/llvm/llvm-project/pull/111597


More information about the cfe-commits mailing list