This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a3332061d7 Fix hang during constant evaluation of union assignment. new d8b8672fab [CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *. new 9ff01fd504 [CFG] NFC: Modernize a test file for constructor initializer CFGs. new ef7787eca5 Factor out repeated code to build 'this' expressions and mar [...]
The 3 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/Analysis/CFG.h | 57 ++++-- include/clang/Analysis/ProgramPoint.h | 2 +- include/clang/Sema/Sema.h | 4 + lib/Analysis/CFG.cpp | 29 ++- lib/Analysis/CFGStmtMap.cpp | 2 +- lib/Analysis/Consumed.cpp | 2 +- lib/Analysis/LiveVariables.cpp | 2 +- lib/Analysis/ProgramPoint.cpp | 2 +- lib/Analysis/ReachableCode.cpp | 17 +- lib/Analysis/ThreadSafety.cpp | 8 +- lib/Analysis/UninitializedValues.cpp | 2 +- lib/Sema/AnalysisBasedWarnings.cpp | 14 +- lib/Sema/SemaExprCXX.cpp | 16 +- lib/Sema/SemaExprMember.cpp | 6 +- lib/Sema/SemaOverload.cpp | 6 +- lib/Sema/TreeTransform.h | 8 +- .../Checkers/UnreachableCodeChecker.cpp | 4 +- lib/StaticAnalyzer/Core/BugReporter.cpp | 4 +- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 6 +- lib/StaticAnalyzer/Core/CoreEngine.cpp | 4 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 8 +- lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 2 +- lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 2 +- test/Analysis/initializers-cfg-output.cpp | 222 ++++++++++++++------- 24 files changed, 271 insertions(+), 158 deletions(-)