This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ed93c36d63 [CodeGen][CXX]: Fix no_destroy CG bug under specific circumstances new 4683394cd0 Support Swift in platform availability attribute
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: include/clang/Basic/Attr.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 3 +++ include/clang/Basic/Features.def | 1 + lib/Parse/ParseDecl.cpp | 15 +++++++++++++++ lib/Sema/SemaDeclAttr.cpp | 9 +++++++++ test/Index/availability.c | 5 +++++ test/Sema/attr-availability-swift.c | 29 +++++++++++++++++++++++++++++ 7 files changed, 63 insertions(+) create mode 100644 test/Sema/attr-availability-swift.c