This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from efbf5941f7 Pass a GlobalDecl to SetCommonAttributes. NFC. new cba8d12198 Start setting dllimport/dllexport in setGVProperties.
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/CGCXX.cpp | 3 +- lib/CodeGen/CGCXXABI.h | 1 + lib/CodeGen/CGDecl.cpp | 7 --- lib/CodeGen/CGObjCGNU.cpp | 40 +++---------- lib/CodeGen/CGObjCMac.cpp | 21 ++----- lib/CodeGen/CGVTables.cpp | 7 ++- lib/CodeGen/CodeGenModule.cpp | 96 ++++++++++++++---------------- lib/CodeGen/CodeGenModule.h | 18 +++--- lib/CodeGen/ItaniumCXXABI.cpp | 21 ++----- lib/CodeGen/MicrosoftCXXABI.cpp | 7 +-- test/CodeGenCXX/dllexport-ctor-closure.cpp | 18 +++--- test/CodeGenCXX/dllexport.cpp | 6 +- test/CodeGenObjC/dllstorage.m | 32 +++++----- test/PCH/dllexport-default-arg-closure.cpp | 2 +- 14 files changed, 110 insertions(+), 169 deletions(-)