pschuh added a comment.
Hi John, maybe take a look?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66360/new/
https://reviews.llvm.org/D66360
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.
pschuh updated this revision to Diff 217566.
pschuh added a comment.
Herald added a subscriber: mgorny.
Your suggestions of pulling the builder out as an API and exposing CGCallee
made everything a lot simpler. Unfortunately, I had to split the CGCallee
header because it threatened to pull EHSco
pschuh created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
In swift, we want to be able to call c++ virtual methods by looking up in the
virtual table. There appears to exist no way currently, via the standard APIs,
to take a CXXMethodDecl and a llvm::Va