This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer] Remove undefined function
ClosedPublic

Authored by mantognini on Apr 26 2022, 9:01 AM.

Details

Summary

This getLValue function was declared in 98db1f990fc2 ([Analyzer] [NFC]
Parameter Regions, 2020-05-11) but was never implemented.

Diff Detail

Event Timeline

mantognini created this revision.Apr 26 2022, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2022, 9:01 AM
mantognini published this revision for review.Apr 27 2022, 12:46 AM
mantognini added reviewers: NoQ, baloghadamsoftware.

I'd appreciate reviews for this small patch. Thanks.

Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2022, 12:46 AM
NoQ accepted this revision.Apr 27 2022, 11:23 AM

Thanks!

This revision is now accepted and ready to land.Apr 27 2022, 11:23 AM
This revision was automatically updated to reflect the committed changes.