This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [NFC] Implement a wrapper SValBuilder::getCastedMemRegionVal for similar functionality on region cast
ClosedPublic

Authored by ASDenysPetrov on Jun 7 2021, 5:05 AM.

Details

Summary

Replaced code on region cast with a wrapper function SValBuilder::getCastedMemRegionVal.
This is a next step of code refining due to suggestions in D103319#2787995.

Diff Detail

Event Timeline

ASDenysPetrov created this revision.Jun 7 2021, 5:05 AM
ASDenysPetrov requested review of this revision.Jun 7 2021, 5:05 AM
NoQ accepted this revision.Jun 7 2021, 10:29 AM

Great, thanks!

This revision is now accepted and ready to land.Jun 7 2021, 10:29 AM
This revision was landed with ongoing or failed builds.Jun 8 2021, 12:44 AM
This revision was automatically updated to reflect the committed changes.