[PATCH] D79486: [clang] Make arrangeCXX{Constructor,Method}Call() publicly available

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 05:52:45 PDT 2020


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

These are needed for C++ interop in Swift. See this Swift forum discussion for details:

https://forums.swift.org/t/calling-c-constructors-looking-for-feedback-on-my-approach/34787/4?u=mboehme


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79486

Files:
  clang/include/clang/CodeGen/CodeGenABITypes.h
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CodeGenABITypes.cpp
  clang/lib/CodeGen/CodeGenTypes.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79486.262351.patch
Type: text/x-patch
Size: 7121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200506/ab21f1b0/attachment-0001.bin>


More information about the cfe-commits mailing list