[PATCH] D79942: [clang] Add an API to retrieve implicit constructor arguments.

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 14 06:58:04 PDT 2020


mboehme created this revision.
mboehme added a project: clang.
Herald added a subscriber: cfe-commits.

This is needed in Swift for C++ interop.

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`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79942

Files:
  clang/include/clang/CodeGen/CodeGenABITypes.h
  clang/lib/CodeGen/CGCXXABI.cpp
  clang/lib/CodeGen/CGCXXABI.h
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CGClass.cpp
  clang/lib/CodeGen/CodeGenABITypes.cpp
  clang/lib/CodeGen/ItaniumCXXABI.cpp
  clang/lib/CodeGen/MicrosoftCXXABI.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79942.263987.patch
Type: text/x-patch
Size: 15540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200514/37dc66a7/attachment.bin>


More information about the cfe-commits mailing list