[all-commits] [llvm/llvm-project] 1de15c: Add arrangeCXXMethodCall to the CodeGenABITypes in...
Hiroshi Yamauchi via All-commits
all-commits at lists.llvm.org
Wed Oct 16 09:35:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1de15c15bc52b1e3bf97f90a72d79100dc3f5b8e
https://github.com/llvm/llvm-project/commit/1de15c15bc52b1e3bf97f90a72d79100dc3f5b8e
Author: Hiroshi Yamauchi <56735936+hjyamauchi at users.noreply.github.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M clang/include/clang/CodeGen/CodeGenABITypes.h
M clang/lib/CodeGen/CodeGenABITypes.cpp
Log Message:
-----------
Add arrangeCXXMethodCall to the CodeGenABITypes interface. (#111597)
In MSVC, the calling conventions for free functions and C++ instance
methods could be different, it makes sense to have this variant there.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list