This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][solver][NFC] Simplify function signatures
ClosedPublic

Authored by vsavchenko on Jun 28 2021, 1:58 AM.

Details

Summary

Since RangeSet::Factory actually contains BasicValueFactory, we can
remove value factory from many function signatures inside the solver.

Diff Detail

Event Timeline

vsavchenko created this revision.Jun 28 2021, 1:58 AM
vsavchenko requested review of this revision.Jun 28 2021, 1:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2021, 1:58 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
martong accepted this revision.Jun 28 2021, 4:18 AM

LGTM! Thanks!

This revision is now accepted and ready to land.Jun 28 2021, 4:18 AM
This revision was landed with ongoing or failed builds.Jun 28 2021, 4:23 AM
This revision was automatically updated to reflect the committed changes.