This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 28b62f1a24 [CodeComplete] Penalize inherited ObjC properties for auto-c [...] new 830bf59980 Reinstate 347294 with a fix for the failures.
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/Expr.h | 13 +- lib/AST/ASTImporter.cpp | 2 +- lib/AST/Expr.cpp | 22 ++-- lib/AST/ExprConstant.cpp | 140 ++++++++++++++------- lib/Analysis/CFG.cpp | 19 +-- lib/CodeGen/CGBuiltin.cpp | 54 ++++++-- lib/CodeGen/CGDebugInfo.cpp | 6 +- lib/CodeGen/CGExprScalar.cpp | 11 +- lib/CodeGen/CGOpenMPRuntime.cpp | 11 +- lib/CodeGen/CGStmt.cpp | 4 +- lib/CodeGen/CGStmtOpenMP.cpp | 6 +- lib/CodeGen/CodeGenFunction.cpp | 5 +- lib/Sema/AnalysisBasedWarnings.cpp | 7 +- lib/Sema/SemaCast.cpp | 5 +- lib/Sema/SemaChecking.cpp | 47 ++++--- lib/Sema/SemaDecl.cpp | 6 +- lib/Sema/SemaDeclCXX.cpp | 2 + lib/Sema/SemaExpr.cpp | 69 ++++++---- lib/Sema/SemaInit.cpp | 5 +- lib/Sema/SemaOpenMP.cpp | 47 ++++--- lib/Sema/SemaOverload.cpp | 2 +- lib/Sema/SemaStmt.cpp | 5 +- lib/Sema/SemaStmtAsm.cpp | 5 +- lib/Sema/SemaTemplateDeduction.cpp | 4 + lib/Sema/SemaType.cpp | 4 - .../Checkers/BuiltinFunctionChecker.cpp | 5 +- .../Checkers/CheckSecuritySyntaxOnly.cpp | 5 +- .../Checkers/MallocOverflowSecurityChecker.cpp | 9 +- .../Checkers/NumberObjectConversionChecker.cpp | 5 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 3 - lib/StaticAnalyzer/Core/ExprEngineC.cpp | 5 +- lib/StaticAnalyzer/Core/SValBuilder.cpp | 4 +- test/Analysis/builtin-functions.cpp | 6 +- test/Sema/builtins.c | 9 ++ test/SemaCXX/compound-literal.cpp | 4 +- 35 files changed, 362 insertions(+), 194 deletions(-)