This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [NFC] Remove redundant block in RetainCountChecker
ClosedPublic

Authored by george.karpenkov on Oct 11 2018, 1:51 PM.

Diff Detail

Event Timeline

NoQ accepted this revision.Oct 11 2018, 2:06 PM

Yup, doesn't make any sense to do this. Hope it's actually redundant.

I don't think this is NFC: this in fact avoids invalidation, so it may preserve more information in the program state.

This revision is now accepted and ready to land.Oct 11 2018, 2:06 PM
This revision was automatically updated to reflect the committed changes.