This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ba6d4973fc Fix some DenseMap use-after-rehash bugs and hoist MethodVFTa [...] new eadc8a81ef [MS] Emit vftable thunks for functions with incomplete prototypes
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CGCall.cpp | 4 +- lib/CodeGen/CGVTables.cpp | 202 ++++++++++++---------- lib/CodeGen/CGVTables.h | 10 +- lib/CodeGen/CodeGenFunction.h | 9 +- lib/CodeGen/CodeGenModule.h | 3 +- lib/CodeGen/CodeGenTypes.h | 3 +- lib/CodeGen/MicrosoftCXXABI.cpp | 3 +- test/CodeGenCXX/ms-thunks-unprototyped-return.cpp | 15 ++ test/CodeGenCXX/ms-thunks-unprototyped.cpp | 56 ++++++ 9 files changed, 202 insertions(+), 103 deletions(-) create mode 100644 test/CodeGenCXX/ms-thunks-unprototyped-return.cpp create mode 100644 test/CodeGenCXX/ms-thunks-unprototyped.cpp