This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] MIGChecker: Add support for os_ref_retain().
ClosedPublic

Authored by NoQ on May 14 2019, 5:09 PM.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ created this revision.May 14 2019, 5:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2019, 5:09 PM
NoQ marked an inline comment as done.May 14 2019, 5:10 PM
NoQ added inline comments.
clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
118–119 ↗(On Diff #199537)

This is probably a source of false negatives; i'll investigate it separately.

dcoughlin accepted this revision.May 14 2019, 5:20 PM

LGTM. Thanks!

This revision is now accepted and ready to land.May 14 2019, 5:20 PM
This revision was automatically updated to reflect the committed changes.