This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 293b7c5989 Convert if/else to a switch. NFC. new a3402fe23c Model type attributes as regular Attrs. new 09d5c6b600 Fix Clang warnings and bad #include filenames in r339595 and [...]
The 2 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 +- .../UninitializedObject/UninitializedObject.h | 2 + .../UninitializedObjectChecker.cpp | 6 +- .../UninitializedObject/UninitializedPointee.cpp | 4 +- lib/StaticAnalyzer/Core/CheckerHelpers.cpp | 4 +- utils/TableGen/ClangAttrEmitter.cpp | 2 + 28 files changed, 588 insertions(+), 741 deletions(-)