This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 676b68f0 Revert "Fix printf specifier handling: invalid specifier shou [...] new e13e0e4 CodeGen: fix runtime function dll storage
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/CGDeclCXX.cpp | 3 +- lib/CodeGen/CGException.cpp | 7 +- lib/CodeGen/CGObjC.cpp | 3 +- lib/CodeGen/CodeGenModule.cpp | 64 +++++++++++-- lib/CodeGen/CodeGenModule.h | 9 +- lib/CodeGen/ItaniumCXXABI.cpp | 3 +- lib/CodeGen/MicrosoftCXXABI.cpp | 12 ++- test/CodeGenCXX/runtime-dllstorage.cpp | 158 +++++++++++++++++++++++++++++++++ 8 files changed, 238 insertions(+), 21 deletions(-) create mode 100644 test/CodeGenCXX/runtime-dllstorage.cpp