This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 749de2d465 [AARch64] Add ARMv8.2-A FP16 vector intrinsics new 50739c04c3 [CodeGen] Fix crash when a function taking transparent union [...] new dadec7da20 When instantiating a deduction guide, transform its name. new 4baa1a65a7 Revert "Fix for PR32990"
The 3 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/CGCall.cpp | 10 +-- lib/CodeGen/CodeGenModule.cpp | 42 +++---------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 ++- test/CodeGen/kr-func-promote.c | 2 +- test/CodeGen/transparent-union-redecl.c | 36 +++++++++++ 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 ----- ...crosoft-abi-multiple-nonvirtual-inheritance.cpp | 10 ++- ...microsoft-abi-virtual-inheritance-vtordisps.cpp | 5 +- .../microsoft-abi-virtual-inheritance.cpp | 10 ++- test/Sema/transparent-union.c | 29 +++++++++ test/SemaTemplate/nested-deduction-guides.cpp | 13 ++++ 15 files changed, 138 insertions(+), 152 deletions(-) create mode 100644 test/CodeGen/transparent-union-redecl.c delete mode 100644 test/CodeGenCXX/dllimport-virtual-base.cpp delete mode 100644 test/CodeGenCXX/external-linkage.cpp create mode 100644 test/SemaTemplate/nested-deduction-guides.cpp