[all-commits] [llvm/llvm-project] 4c0928: [clang] Add an API to retrieve implicit constructo...
martinboehme via All-commits
all-commits at lists.llvm.org
Tue May 19 00:36:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c09289f635c4291c41fe4396afba4ba839d265b
https://github.com/llvm/llvm-project/commit/4c09289f635c4291c41fe4396afba4ba839d265b
Author: Martin Böhme <mboehme at google.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M clang/include/clang/CodeGen/CodeGenABITypes.h
M clang/lib/CodeGen/CGCXXABI.cpp
M clang/lib/CodeGen/CGCXXABI.h
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGClass.cpp
M clang/lib/CodeGen/CodeGenABITypes.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/MicrosoftCXXABI.cpp
Log Message:
-----------
[clang] Add an API to retrieve implicit constructor arguments.
Summary:
This is needed in Swift for C++ interop -- see here for the corresponding Swift change:
https://github.com/apple/swift/pull/30630
As part of this change, I've had to make some changes to the interface of CGCXXABI to return the additional parameters separately rather than adding them directly to a `CallArgList`.
Reviewers: rjmccall
Reviewed By: rjmccall
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D79942
More information about the All-commits
mailing list