This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 528084e553 [ASTImporter] Fix importing OperatorDelete from CXXConstructorDecl new 714c3b9dec [analyzer] Model another special-case kind of cast for OSObj [...] new 48ff416263 [analyzer] Insert notes in RetainCountChecker where our dyna [...]
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: .../clang/StaticAnalyzer/Core/RetainSummaryManager.h | 3 +++ .../RetainCountChecker/RetainCountChecker.cpp | 18 ++++++++++++------ .../Checkers/RetainCountChecker/RetainCountChecker.h | 12 +++++++++++- .../RetainCountChecker/RetainCountDiagnostics.cpp | 12 +++++++++--- .../RetainCountChecker/RetainCountDiagnostics.h | 6 ++++++ lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 19 ++++++++++++++----- test/Analysis/os_object_base.h | 2 ++ test/Analysis/osobject-retain-release.cpp | 6 +++++- 8 files changed, 62 insertions(+), 16 deletions(-)