This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 991d0b5799 Make testcase more robust for bots actually building in /var new 75429d6557 [analyzer] RetainCountChecker: remove untested, unused, inco [...] new af59bfdfc3 [analyzer] Move out tracking retain count for OSObjects into [...]
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: include/clang/StaticAnalyzer/Checkers/Checkers.td | 3 + .../StaticAnalyzer/Core/RetainSummaryManager.h | 47 ++++- .../RetainCountChecker/RetainCountChecker.cpp | 16 +- .../RetainCountChecker/RetainCountChecker.h | 14 +- .../RetainCountChecker/RetainCountDiagnostics.cpp | 12 +- .../RetainCountChecker/RetainCountDiagnostics.h | 5 +- lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 201 +++++++++++++-------- test/Analysis/osobject-retain-release.cpp | 2 +- test/Analysis/test-separate-retaincount.cpp | 37 ++++ 9 files changed, 232 insertions(+), 105 deletions(-) create mode 100644 test/Analysis/test-separate-retaincount.cpp