This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bacf8f5143 [OPENMP]Make the loop with unsigned counter countable. new c60730eeeb [analyzer] [RetainCountChecker] Support 'taggedRetain' and ' [...] new d3933028b5 Extend AnyCall to handle callable declarations without the c [...] new 68a0ae9516 [analyzer] [ARCMT] [NFC] Unify entry point into RetainSummar [...] new 0200b17b00 [analyzer] [RetainSummaryManager] [NFC] Split one function i [...] new 9ae54702e8 [analyzer] [RetainCountChecker] Track input parameters to th [...]
The 5 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/Analysis/AnyCall.h | 54 +- include/clang/Analysis/RetainSummaryManager.h | 72 +- lib/ARCMigrate/ObjCMT.cpp | 57 +- lib/Analysis/RetainSummaryManager.cpp | 182 +- .../RetainCountChecker/RetainCountChecker.cpp | 59 +- .../RetainCountChecker/RetainCountChecker.h | 3 + .../RetainCountChecker/RetainCountDiagnostics.cpp | 54 +- .../expected-plists/retain-release.m.objc.plist | 6444 +++++++++---------- .../expected-plists/retain-release.m.objcpp.plist | 6460 ++++++++++---------- test/Analysis/os_object_base.h | 4 + test/Analysis/os_smart_ptr.h | 3 +- test/Analysis/osobject-retain-release.cpp | 43 +- test/Analysis/retain-release.m | 16 + 13 files changed, 6792 insertions(+), 6659 deletions(-)