This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e0b839e clang/test/CodeGen/avx512f-builtins.c: Fix for -Asserts. new fa210fc Do not register incompatible C++ destructors with __cxa_atexit new 2d60064 Clean up condition, add ARM to test new 0c0b34e Clarify condition, remove redundant check new 9200e11 more cleanup new 6d5ba22 Introduce CGCXXABI::canCallMismatchedFunctionType
The 5 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/CGCXXABI.h | 10 ++++++++++ lib/CodeGen/CGDeclCXX.cpp | 22 ++++++++++++++------- lib/CodeGen/ItaniumCXXABI.cpp | 1 + test/CodeGenCXX/static-destructor.cpp | 36 +++++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 7 deletions(-) create mode 100644 test/CodeGenCXX/static-destructor.cpp