This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][NFC] Relocate unary transfer functions
ClosedPublic

Authored by steakhal on May 21 2022, 12:12 PM.

Details

Summary

This is an initial step of removing the SimpleSValBuilder abstraction. The SValBuilder alone should be enough.

Diff Detail

Event Timeline

steakhal created this revision.May 21 2022, 12:12 PM
Herald added a project: Restricted Project. · View Herald Transcript
steakhal requested review of this revision.May 21 2022, 12:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2022, 12:12 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

This is an initial step of removing the SimpleSValBuilder abstraction. The SValBuilder alone should be enough.

Perhaps this should be part of another patch stack?

steakhal updated this revision to Diff 431354.May 23 2022, 6:34 AM

Pull out of the original patch stack

steakhal updated this revision to Diff 436725.Jun 14 2022, 3:25 AM

rebase; ping

martong accepted this revision.Jun 14 2022, 8:26 AM

LGTM

This revision is now accepted and ready to land.Jun 14 2022, 8:26 AM
This revision was landed with ongoing or failed builds.Jun 14 2022, 9:57 AM
This revision was automatically updated to reflect the committed changes.