This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e83b8da Wdocumentation fix new c32c5df [analyzer] Don't merge different return nodes in ExplodedGraph
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/Analysis/ProgramPoint.h | 4 ++-- .../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 5 +++-- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 3 ++- .../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 3 ++- lib/StaticAnalyzer/Core/CoreEngine.cpp | 22 +++++++++++++++++----- lib/StaticAnalyzer/Core/ExprEngine.cpp | 5 +++-- test/Analysis/inlining/InlineObjCClassMethod.m | 4 ++-- test/Analysis/unreachable-code-path.c | 12 ++++++++++++ 8 files changed, 43 insertions(+), 15 deletions(-)