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

2020-05-19 Thread Dmitri Gribenko via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG4c09289f635c: [clang] Add an API to retrieve implicit constructor arguments. (authored by mboehme, committed by gribozavr). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

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

2020-05-18 Thread Martin Böhme via Phabricator via cfe-commits
mboehme added a comment. Can someone commit for me? I've applied to have my SVN commit access transferred to github, but haven't gotten a response yet. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79942/new/ https://reviews.llvm.org/D79942

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

2020-05-15 Thread John McCall via Phabricator via cfe-commits
rjmccall added a comment. This looks good to me. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79942/new/ https://reviews.llvm.org/D79942 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

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

2020-05-14 Thread Martin Böhme via Phabricator via cfe-commits
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