This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 19ada6cb9b [analyzer] CFRetainReleaseChecker: Don't check C++ methods w [...] new 0d516dba5e [analyzer] Support modeling no-op BaseToDerived casts in Exp [...] new 11b8f23212 [analyzer] Improve tracing for uninitialized struct fields
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/MemRegion.h | 51 +++++- .../StaticAnalyzer/Core/PathSensitive/Regions.def | 1 + .../Checkers/CallAndMessageChecker.cpp | 2 + lib/StaticAnalyzer/Core/MemRegion.cpp | 53 ++++++- lib/StaticAnalyzer/Core/RegionStore.cpp | 4 +- lib/StaticAnalyzer/Core/Store.cpp | 22 ++- test/Analysis/casts.cpp | 33 +++- test/Analysis/uninit-vals-ps-region.m | 93 ----------- test/Analysis/{uninit-vals-ps.c => uninit-vals.c} | 58 ++++++- test/Analysis/uninit-vals.cpp | 3 +- test/Analysis/uninit-vals.m | 173 +++++++++++++++++++-- 11 files changed, 362 insertions(+), 131 deletions(-) delete mode 100644 test/Analysis/uninit-vals-ps-region.m rename test/Analysis/{uninit-vals-ps.c => uninit-vals.c} (60%)