The fix done in D55465 did not previously apply when the function was inlined.
rdar://46889541
Paths
| Differential D55976
[analyzer] Perform escaping in RetainCountChecker on type mismatch even for inlined functions ClosedPublic Authored by george.karpenkov on Dec 20 2018, 6:02 PM.
Details
Summary The fix done in D55465 did not previously apply when the function was inlined. rdar://46889541
Diff Detail
Event TimelineHerald added subscribers: dkrupp, donat.nagy, Szelethus and 5 others. · View Herald TranscriptDec 20 2018, 6:02 PM george.karpenkov retitled this revision from [analyzer] Perform escaping even for inlined functions to [analyzer] Perform escaping in RetainCountChecker on type mismatch even for inlined functions .Dec 20 2018, 6:02 PM This revision is now accepted and ready to land.Dec 20 2018, 6:13 PM Closed by commit rC349876: [analyzer] Perform escaping in RetainCountChecker on type mismatch even for… (authored by george.karpenkov). · Explain WhyDec 20 2018, 6:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 179227 lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
test/Analysis/osobject-retain-release.cpp
|