This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 26676a6b54 Revert "PR42587: diagnose unexpanded uses of a pack paramete [...] new 9d9dd98628 [analyzer] DynamicTypeInfo: Avoid putting null regions into [...] new 622a812e81 [analyzer] CastValueChecker: Avoid modeling casts between objects. new 65d0c48d81 [analyzer] CastValueChecker: Provide DynamicTypeMap with poi [...] new 472c755e9d [analyzer] CastValueChecker: Correctly model results of base [...]
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: .../Core/PathSensitive/DynamicType.h | 2 +- lib/StaticAnalyzer/Checkers/CastValueChecker.cpp | 74 ++++++++++++++-------- lib/StaticAnalyzer/Core/DynamicType.cpp | 12 +++- test/Analysis/Inputs/llvm.h | 5 ++ test/Analysis/cast-value-logic.cpp | 31 ++++++++- test/Analysis/cast-value-notes.cpp | 14 ++-- test/Analysis/cast-value-state-dump.cpp | 10 +-- 7 files changed, 103 insertions(+), 45 deletions(-)