This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2963769395 [www] Rebuild cxx_dr_status. new 7ffa1db3cf [analyzer] Fix crash when returning C++ objects from ObjC me [...] new 4968e43c26 [analyzer] RetainCount: Allow offsets in return values. new a4ed8a5aed [analyzer] RetainCount: Add a suppression for "the Matching rule". new 51d7df37f8 PR41607: Don't forget to substitute outer template arguments [...]
The 4 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/AST/DeclTemplate.h | 19 ++++++++++++ lib/Analysis/RetainSummaryManager.cpp | 35 +++++++++++++--------- lib/Sema/SemaTemplateInstantiate.cpp | 14 +++++---- .../RetainCountChecker/RetainCountChecker.cpp | 6 ++-- lib/StaticAnalyzer/Core/RegionStore.cpp | 9 +++++- test/Analysis/nil-receiver.mm | 24 +++++++++++++++ test/Analysis/osobject-retain-release.cpp | 23 ++++++++++++++ test/Analysis/retain-release.mm | 32 ++++++++++++++++++++ .../explicit-specialization-member.cpp | 17 +++++++++++ 9 files changed, 157 insertions(+), 22 deletions(-) create mode 100644 test/Analysis/nil-receiver.mm