This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][NFC] Remove the unused LocAsInteger::getPersistentLoc()
ClosedPublic

Authored by steakhal on May 18 2022, 12:46 PM.

Diff Detail

Event Timeline

steakhal created this revision.May 18 2022, 12:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
steakhal requested review of this revision.May 18 2022, 12:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 12:46 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
martong accepted this revision.May 19 2022, 3:47 AM

LGTM. Are there any other getPersistentLoc function definitions in other SVals? Might they be also unused?

This revision is now accepted and ready to land.May 19 2022, 3:47 AM

LGTM. Are there any other getPersistentLoc function definitions in other SVals? Might they be also unused?

IDK, might be.