This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6eed53ab5d DebugInfo: Add the ability to disable DWARF name tables entirely new 98caebcbd8 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 | 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(-)