This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cdacbfee79 Remove deprecated API new cc7b7584b5 [analyzer] Dump a reproducible, deterministic ID of program [...] new 4d1df0a4ae [analyzer] Remove traces of ubigraph visualization new 960d25b4d9 [analyzer] Dump stable identifiers for exploded nodes new cb712aff1f [analyzer] [NFC] Move dumping program point into a separate [...]
The 4 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/Driver/CC1Options.td | 2 - .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 3 +- .../Core/PathSensitive/AnalysisManager.h | 3 +- .../Core/PathSensitive/ExplodedGraph.h | 12 +- .../Core/PathSensitive/ProgramState.h | 2 + lib/Frontend/CompilerInvocation.cpp | 2 - lib/StaticAnalyzer/Core/ExplodedGraph.cpp | 27 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 272 +++++++++++---------- lib/StaticAnalyzer/Core/ProgramState.cpp | 7 + lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 108 -------- test/Analysis/ubigraph-viz.cpp | 7 - tools/scan-build-py/libscanbuild/analyze.py | 2 - tools/scan-build/libexec/ccc-analyzer | 5 - utils/analyzer/ubiviz | 76 ------ 14 files changed, 158 insertions(+), 370 deletions(-) delete mode 100644 test/Analysis/ubigraph-viz.cpp delete mode 100755 utils/analyzer/ubiviz