This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a2d27484eb [CodeComplete] Add semicolon when completing patterns for 's [...] new 74f2f79ab5 [analyzer] print() JSONify: Environment implementation
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/AnalysisDeclContext.h | 12 ++- .../Core/PathSensitive/Environment.h | 6 +- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 6 +- .../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 4 +- lib/Analysis/AnalysisDeclContext.cpp | 95 +++++++++++++++++----- lib/StaticAnalyzer/Core/Environment.cpp | 87 ++++++++++++++++---- lib/StaticAnalyzer/Core/ExprEngine.cpp | 10 +-- .../Core/PrettyStackTraceLocationContext.h | 6 +- lib/StaticAnalyzer/Core/ProgramState.cpp | 4 +- test/Analysis/expr-inspection.c | 11 +-- 10 files changed, 177 insertions(+), 64 deletions(-)