This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 54595410ae Reverting a file that snuck in with r321229 by accident. new 40e9a74cba Fix for PR32990
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/CodeGenModule.cpp | 42 +++++++++++++---- test/CodeGenCXX/dllimport-dtor-thunks.cpp | 17 +++---- test/CodeGenCXX/dllimport-members.cpp | 12 ++--- test/CodeGenCXX/dllimport-virtual-base.cpp | 73 ++++++++++++++++++++++++++++++ test/CodeGenCXX/dllimport.cpp | 4 +- test/CodeGenCXX/external-linkage.cpp | 17 +++++++ 6 files changed, 138 insertions(+), 27 deletions(-) create mode 100644 test/CodeGenCXX/dllimport-virtual-base.cpp create mode 100644 test/CodeGenCXX/external-linkage.cpp