This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] RetainCountChecker: Disable tracking for references to OSMetaClass.
AbandonedPublic

Authored by georgi_igna on May 20 2021, 12:00 PM.

Details

Reviewers
NoQ
vsavchenko
Summary

OSMetaClass does not use reference-counting. We should ignore references to OSMetaClass in class RetainSummaryManager.

Diff Detail

Event Timeline

georgi_igna requested review of this revision.May 20 2021, 12:00 PM
georgi_igna created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2021, 12:00 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
NoQ retitled this revision from rdar://77307290 (Disable retain-count tracking for references to OSMetaClass) to [analyzer] RetainCountChecker: Disable tracking for references to OSMetaClass..May 20 2021, 12:04 PM
NoQ added reviewers: NoQ, vsavchenko.
NoQ added a comment.May 20 2021, 12:04 PM

Please upload the actual change you want to make in the llvm.org main branch.

some files were missing in the previous patch

trailing whitespace solved in os_object_base.h

whitespace issue solved

georgi_igna abandoned this revision.May 25 2021, 6:34 AM