This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4f280d585a [X86] Remove -O3 from tbm-builtins.c test file. new ed30eeefe8 [test] Fix mistagged CHECK-NOT-lines for AARCH64-DARWIN in P [...] new 8a8e746d62 [AArch64] Don't define __LP64__ when targeting Windows new a6ccf7278a [Attr] Make TargetWindows and TargetMicrosoftCXXABI match on [...] new a8dedff39c Fix logic for generating llvm.type.test()s
The 4 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: include/clang/Basic/Attr.td | 4 +- lib/Basic/Targets/AArch64.cpp | 6 +- lib/CodeGen/CGClass.cpp | 9 +- test/CodeGenCXX/cfi-vcall-no-trap.cpp | 15 +++ test/Preprocessor/init.c | 167 +++++++++++++++++++++++++++++++++- test/Sema/dllimport.c | 1 + 6 files changed, 190 insertions(+), 12 deletions(-) create mode 100644 test/CodeGenCXX/cfi-vcall-no-trap.cpp