This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 71ee164e08 [analyzer] Add minimal support for fix-it hints. new a2d3035e5b Use musttail for variadic method thunks when possible
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/CGVTables.cpp | 52 ++++++-- test/CodeGenCXX/linetable-virtual-variadic.cpp | 5 +- ...ed-return.cpp => ms-thunks-variadic-return.cpp} | 8 +- test/CodeGenCXX/thunks.cpp | 133 ++++++++++++++++++++- 4 files changed, 174 insertions(+), 24 deletions(-) copy test/CodeGenCXX/{ms-thunks-unprototyped-return.cpp => ms-thunks-variadic-retu [...]