[all-commits] [llvm/llvm-project] e94fad: SwiftAsync: add Clang attribute to apply the LLVM ...
Tim Northover via All-commits
all-commits at lists.llvm.org
Fri May 28 04:31:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e94fada045fe88787a414e3307412c1cc3a1b259
https://github.com/llvm/llvm-project/commit/e94fada045fe88787a414e3307412c1cc3a1b259
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M clang/include/clang/AST/Attr.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/Specifiers.h
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaType.cpp
M clang/test/CodeGen/arm-swiftcall.c
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
M clang/test/Sema/attr-swiftcall.c
Log Message:
-----------
SwiftAsync: add Clang attribute to apply the LLVM `swiftasync` one.
Expected to be used by Swift runtime developers.
More information about the All-commits
mailing list