This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5af6bd2089 [darwin] remove version number check when enabling -fobjc-su [...] new 9a07762861 ARM, AArch64: support `__attribute__((__swiftcall__))`
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/Basic/Targets/AArch64.cpp | 1 + lib/Basic/Targets/ARM.cpp | 1 + test/CodeGen/swift-call-conv.c | 9 +++++++++ test/Sema/swift-call-conv.c | 7 +++++++ 4 files changed, 18 insertions(+) create mode 100644 test/CodeGen/swift-call-conv.c create mode 100644 test/Sema/swift-call-conv.c