This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0a4307de11 Make integral-o-pointer conversions in SFINAE illegal. new a12cce0112 [analyzer] Make sure base-region and its sub-regions are eit [...] new 3dd4ecf43e [analyzer] MoveChecker: Add one more common resetting method [...]
The 2 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: .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 11 +- lib/StaticAnalyzer/Checkers/MoveChecker.cpp | 6 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 +- lib/StaticAnalyzer/Core/SymbolManager.cpp | 10 +- test/Analysis/diagnostics/dtors.cpp | 19 ++-- test/Analysis/symbol-reaper.cpp | 60 ++++++++++ test/Analysis/use-after-move.cpp | 8 ++ unittests/StaticAnalyzer/CMakeLists.txt | 1 + unittests/StaticAnalyzer/SymbolReaperTest.cpp | 121 +++++++++++++++++++++ 9 files changed, 224 insertions(+), 16 deletions(-) create mode 100644 test/Analysis/symbol-reaper.cpp create mode 100644 unittests/StaticAnalyzer/SymbolReaperTest.cpp