This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dbc2921ae2 Add AddressSpace mangling to MS mode new 64edf23778 Mangle calling conventions into function pointer types where [...]
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/AST/ItaniumMangle.cpp | 15 ++++++--- test/CodeGenCXX/mangle-win-ccs.cpp | 61 ++++++++++++++++++++++++++++++++++++ test/CodeGenCXX/mangle-win64-ccs.cpp | 26 +++++++++++++++ 3 files changed, 97 insertions(+), 5 deletions(-) create mode 100644 test/CodeGenCXX/mangle-win-ccs.cpp create mode 100644 test/CodeGenCXX/mangle-win64-ccs.cpp