Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D57433
[analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of Objective-C methods ClosedPublic Authored by george.karpenkov on Jan 29 2019, 6:04 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dkrupp, donat.nagy, Szelethus and 5 others. · View Herald TranscriptJan 29 2019, 6:04 PM This revision is now accepted and ready to land.Jan 29 2019, 6:06 PM Closed by commit rC352588: [analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of… (authored by george.karpenkov). · Explain WhyJan 29 2019, 6:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 184225 include/clang/Analysis/RetainSummaryManager.h
lib/Analysis/RetainSummaryManager.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist
test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist
test/Analysis/retain-release.m
|