This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ef79af91f9 Move test inputs into Inputs directory. new 3ae8feb8a4 Revert r339623 "Model type attributes as regular Attrs."
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/AST/ASTContext.h | 3 +- include/clang/AST/Attr.h | 13 - include/clang/AST/Type.h | 75 +++-- include/clang/AST/TypeLoc.h | 91 ++++- include/clang/Basic/Attr.td | 32 +- include/clang/Sema/Sema.h | 30 ++ include/clang/Serialization/ASTReader.h | 8 - include/clang/Serialization/ASTWriter.h | 3 - lib/ARCMigrate/TransGCAttrs.cpp | 15 +- lib/ARCMigrate/Transforms.cpp | 2 +- lib/AST/ASTContext.cpp | 2 +- lib/AST/Type.cpp | 177 ++++++---- lib/AST/TypeLoc.cpp | 10 +- lib/AST/TypePrinter.cpp | 159 +++++---- lib/Sema/SemaDecl.cpp | 10 +- lib/Sema/SemaExpr.cpp | 8 +- lib/Sema/SemaInit.cpp | 2 +- lib/Sema/SemaObjCProperty.cpp | 4 +- lib/Sema/SemaType.cpp | 521 +++++++++++++++-------------- lib/Sema/TreeTransform.h | 21 +- lib/Serialization/ASTReader.cpp | 19 +- lib/Serialization/ASTReaderDecl.cpp | 73 +--- lib/Serialization/ASTWriter.cpp | 33 +- lib/StaticAnalyzer/Core/CheckerHelpers.cpp | 4 +- utils/TableGen/ClangAttrEmitter.cpp | 2 - 25 files changed, 736 insertions(+), 581 deletions(-)