This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5b38d71 [c++1z] Synthesize implicit deduction guides from constructor [...] new cc8bc8a [MS ABI] Correctly mangling vbase destructors new ee8fbfe [c++1z] Add some more tests for class template argument deduc [...]
The 2 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/MicrosoftMangle.cpp | 33 ++++++++++++++-------- lib/Frontend/InitPreprocessor.cpp | 2 ++ test/CXX/over/over.match/over.match.best/p1.cpp | 24 +++++++++++++++- .../temp.deduct/temp.deduct.call/p3-0x.cpp | 17 +++++++++++ test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp | 6 ++-- test/CodeGenCXX/exceptions-cxx-new.cpp | 4 +-- test/CodeGenCXX/inheriting-constructor.cpp | 16 +++++------ test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp | 2 +- test/CodeGenCXX/microsoft-abi-structors.cpp | 10 +++---- test/CodeGenCXX/microsoft-abi-throw.cpp | 2 +- .../microsoft-abi-virtual-inheritance.cpp | 6 ++-- test/CodeGenCXX/regcall.cpp | 4 +-- test/Lexer/cxx-features.cpp | 8 ++++++ .../cxx1z-class-template-argument-deduction.cpp | 20 +++++++++++++ www/cxx_status.html | 4 +-- 15 files changed, 119 insertions(+), 39 deletions(-)