This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 85eb8042cc Revert "[Driver] Default Android toolchains to libc++." new 29a45489b4 [analyzer] Retain count checker for OSObject: recognize OSDy [...] new 0cd1f88e8c [analyzer] Avoid unneeded invalidation in RetainCountChecker new 0fe246dfa0 [analyzer] Experiment with an iteration order only based on [...]
The 3 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/AnalyzerOptions.h | 1 + .../StaticAnalyzer/Core/PathSensitive/WorkList.h | 1 + .../RetainCountChecker/RetainCountChecker.cpp | 32 +++++------- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 + lib/StaticAnalyzer/Core/CoreEngine.cpp | 7 ++- lib/StaticAnalyzer/Core/WorkList.cpp | 60 ++++++++++++++++++++++ test/Analysis/osobject-retain-release.cpp | 30 ++++++++++- 7 files changed, 110 insertions(+), 23 deletions(-)