This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c836e11927 [clang] Add CMake target for installing clang's CMake exports new 4c12fc3356 [attributes] Add an attribute for server routines in Mach ke [...]
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 | 6 +++++ include/clang/Basic/AttrDocs.td | 21 +++++++++++++++ include/clang/Basic/DiagnosticSemaKinds.td | 5 ++++ lib/Sema/SemaDeclAttr.cpp | 26 ++++++++++++++++++ ...pragma-attribute-supported-attributes-list.test | 1 + test/Sema/attr-mig.c | 22 +++++++++++++++ test/Sema/attr-mig.cpp | 20 ++++++++++++++ test/Sema/attr-mig.m | 31 ++++++++++++++++++++++ 8 files changed, 132 insertions(+) create mode 100644 test/Sema/attr-mig.c create mode 100644 test/Sema/attr-mig.cpp create mode 100644 test/Sema/attr-mig.m