This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/clang.
from 6eed53ab5d DebugInfo: Add the ability to disable DWARF name tables entirely adds 98caebcbd8 Model type attributes as regular Attrs.
No new revisions were added by this update.
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 | 22 +- lib/Serialization/ASTReader.cpp | 19 +- lib/Serialization/ASTReaderDecl.cpp | 73 +++- lib/Serialization/ASTWriter.cpp | 33 +- lib/StaticAnalyzer/Core/CheckerHelpers.cpp | 4 +- test/SemaCXX/calling-conv-compat.cpp | 43 ++- utils/TableGen/ClangAttrEmitter.cpp | 2 + 26 files changed, 618 insertions(+), 743 deletions(-)