This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 27e3ee9307 [Darwin][Driver] Don't pass a file as object_path_lto during [...] new 99a758aff1 [analyzer] Introduce a convenience method for getting a Call [...] new 6b107ea95b [analyzer] Support for OSObjects out parameters in RetainCou [...]
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/CallEvent.h | 7 + .../StaticAnalyzer/Core/RetainSummaryManager.h | 12 +- .../RetainCountChecker/RetainCountChecker.cpp | 153 +++++++++++------- .../RetainCountChecker/RetainCountDiagnostics.cpp | 50 +++++- lib/StaticAnalyzer/Core/CallEvent.cpp | 52 +++--- lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 86 ++++++++-- .../expected-plists/retain-release.m.objc.plist | 8 +- .../expected-plists/retain-release.m.objcpp.plist | 8 +- test/Analysis/osobject-retain-release.cpp | 179 ++++++++++++++++++++- 9 files changed, 450 insertions(+), 105 deletions(-)