This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b7f026ae77 [analyzer] [tests] Create a directory for the log file new f6b7996bf6 Remove redundant casts. NFC
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/DeclCXX.h | 3 +- include/clang/AST/Expr.h | 8 +- include/clang/AST/ExprObjC.h | 4 +- lib/AST/ASTContext.cpp | 6 +- lib/AST/CXXInheritance.cpp | 5 +- lib/AST/Decl.cpp | 10 +-- lib/AST/DeclCXX.cpp | 7 +- lib/AST/DeclPrinter.cpp | 2 +- lib/AST/Expr.cpp | 9 +- lib/AST/ExprConstant.cpp | 2 +- lib/AST/ItaniumMangle.cpp | 3 +- lib/AST/MicrosoftCXXABI.cpp | 2 +- lib/AST/MicrosoftMangle.cpp | 2 +- lib/AST/RecordLayoutBuilder.cpp | 2 +- lib/AST/TemplateBase.cpp | 2 +- lib/AST/Type.cpp | 95 +++++++++++----------- lib/CodeGen/CGCoroutine.cpp | 2 +- lib/CodeGen/CGDebugInfo.cpp | 4 +- lib/CodeGen/CGObjCGNU.cpp | 3 +- lib/CodeGen/CGOpenMPRuntime.cpp | 6 +- lib/CodeGen/CGRecordLayoutBuilder.cpp | 3 +- lib/CodeGen/CGStmtOpenMP.cpp | 8 +- lib/CodeGen/CodeGenFunction.cpp | 3 +- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/CodeGen/CodeGenTypes.cpp | 2 +- lib/CodeGen/ItaniumCXXABI.cpp | 3 +- lib/CodeGen/MicrosoftCXXABI.cpp | 3 +- lib/Frontend/ASTUnit.cpp | 2 +- lib/Frontend/Rewrite/RewriteModernObjC.cpp | 2 +- lib/Frontend/Rewrite/RewriteObjC.cpp | 2 +- lib/Sema/SemaChecking.cpp | 8 +- lib/Sema/SemaCodeComplete.cpp | 10 +-- lib/Sema/SemaDecl.cpp | 19 ++--- lib/Sema/SemaDeclAttr.cpp | 2 +- lib/Sema/SemaDeclCXX.cpp | 6 +- lib/Sema/SemaDeclObjC.cpp | 13 ++- lib/Sema/SemaExceptionSpec.cpp | 4 +- lib/Sema/SemaExprCXX.cpp | 3 +- lib/Sema/SemaObjCProperty.cpp | 2 +- lib/Sema/SemaOpenMP.cpp | 2 +- lib/Sema/SemaTemplate.cpp | 26 +++--- lib/Sema/SemaTemplateInstantiate.cpp | 2 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +- lib/Sema/SemaType.cpp | 4 +- lib/Serialization/ASTReaderDecl.cpp | 2 +- .../Checkers/CastToStructChecker.cpp | 2 +- .../Checkers/IvarInvalidationChecker.cpp | 10 +-- lib/StaticAnalyzer/Core/CallEvent.cpp | 2 +- lib/StaticAnalyzer/Core/MemRegion.cpp | 6 +- lib/StaticAnalyzer/Core/ProgramState.cpp | 2 +- lib/StaticAnalyzer/Core/RegionStore.cpp | 4 +- 51 files changed, 162 insertions(+), 178 deletions(-)