This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4d6bda0df4 [analyzer] Fixes after rebase. new 447f4b58b0 [analyzer] Fix the "Zombie Symbols" bug.
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: .../Core/PathSensitive/SMTConstraintManager.h | 2 +- .../Core/PathSensitive/SymbolManager.h | 22 +------- lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 3 - .../Checkers/DynamicTypePropagation.cpp | 5 -- .../Checkers/MPI-Checker/MPIChecker.cpp | 3 - .../Checkers/MacOSKeychainAPIChecker.cpp | 44 +++++++++++++++ lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 3 - lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 3 - .../RetainCountChecker/RetainCountChecker.cpp | 14 ++--- lib/StaticAnalyzer/Checkers/StreamChecker.cpp | 34 +++++------ lib/StaticAnalyzer/Core/Environment.cpp | 5 -- lib/StaticAnalyzer/Core/ExprEngine.cpp | 65 ++++++++++------------ lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | 2 +- lib/StaticAnalyzer/Core/RegionStore.cpp | 21 +------ lib/StaticAnalyzer/Core/SymbolManager.cpp | 9 --- test/Analysis/MisusedMovedObject.cpp | 22 ++++++++ test/Analysis/keychainAPI.m | 14 ++++- test/Analysis/loop-block-counts.c | 26 +++++++++ test/Analysis/pr22954.c | 2 +- test/Analysis/retain-release-cpp-classes.cpp | 33 +++++++++++ test/Analysis/self-assign.cpp | 7 ++- test/Analysis/simple-stream-checks.c | 5 ++ test/Analysis/unions.cpp | 3 +- 23 files changed, 208 insertions(+), 139 deletions(-) create mode 100644 test/Analysis/loop-block-counts.c create mode 100644 test/Analysis/retain-release-cpp-classes.cpp