This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4288bb7112 Speculatively attempt to fix a failing testbot. new e1dcbc21bc NFC: Remove the ObjC1/ObjC2 distinction from clang (and rela [...]
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 | 2 +- include/clang/Basic/Features.def | 22 +++---- include/clang/Basic/LangOptions.def | 3 +- include/clang/Basic/TokenKinds.def | 72 +++++++++++------------ include/clang/Basic/TokenKinds.h | 3 +- include/clang/Parse/Parser.h | 2 +- lib/ARCMigrate/ARCMT.cpp | 4 +- lib/AST/ASTContext.cpp | 6 +- lib/AST/NSAPI.cpp | 6 +- lib/Analysis/FormatString.cpp | 2 +- lib/Basic/Builtins.cpp | 2 +- lib/Basic/IdentifierTable.cpp | 13 ++-- lib/Basic/Module.cpp | 2 +- lib/Basic/Targets/OSTargets.cpp | 2 +- lib/CodeGen/CGBlocks.cpp | 6 +- lib/CodeGen/CGDebugInfo.cpp | 6 +- lib/CodeGen/CGException.cpp | 6 +- lib/CodeGen/CGExpr.cpp | 4 +- lib/CodeGen/CodeGenModule.cpp | 4 +- lib/Format/Format.cpp | 3 +- lib/Frontend/ASTUnit.cpp | 4 +- lib/Frontend/CompilerInstance.cpp | 2 +- lib/Frontend/CompilerInvocation.cpp | 4 +- lib/Frontend/FrontendAction.cpp | 2 +- lib/Frontend/InitHeaderSearch.cpp | 8 +-- lib/Frontend/InitPreprocessor.cpp | 10 ++-- lib/Frontend/Rewrite/RewriteModernObjC.cpp | 2 +- lib/Frontend/Rewrite/RewriteObjC.cpp | 2 +- lib/Lex/Lexer.cpp | 2 +- lib/Lex/PPDirectives.cpp | 10 ++-- lib/Parse/ParseDecl.cpp | 16 ++--- lib/Parse/ParseDeclCXX.cpp | 2 +- lib/Parse/ParseExpr.cpp | 24 ++++---- lib/Parse/ParseExprCXX.cpp | 4 +- lib/Parse/ParseInit.cpp | 6 +- lib/Parse/ParseObjc.cpp | 20 +++---- lib/Parse/ParseStmt.cpp | 2 +- lib/Parse/ParseTentative.cpp | 10 ++-- lib/Parse/Parser.cpp | 10 ++-- lib/Sema/Sema.cpp | 4 +- lib/Sema/SemaCast.cpp | 2 +- lib/Sema/SemaChecking.cpp | 2 +- lib/Sema/SemaCodeComplete.cpp | 32 +++++----- lib/Sema/SemaDecl.cpp | 8 +-- lib/Sema/SemaDeclAttr.cpp | 10 ++-- lib/Sema/SemaDeclCXX.cpp | 2 +- lib/Sema/SemaExpr.cpp | 8 +-- lib/Sema/SemaExprMember.cpp | 2 +- lib/Sema/SemaExprObjC.cpp | 4 +- lib/Sema/SemaInit.cpp | 2 +- lib/Sema/SemaLambda.cpp | 2 +- lib/Sema/SemaOverload.cpp | 6 +- lib/Sema/SemaType.cpp | 4 +- lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp | 2 +- lib/Tooling/Inclusions/HeaderIncludes.cpp | 3 +- test/Modules/module_file_info.m | 2 +- tools/arcmt-test/arcmt-test.cpp | 4 +- tools/clang-import-test/clang-import-test.cpp | 3 +- tools/libclang/CXType.cpp | 2 +- 59 files changed, 201 insertions(+), 213 deletions(-)