This is an archive of the discontinued LLVM Phabricator instance.

[lldb] De-virtualize applicable functions in ValueObject (NFC)
ClosedPublic

Authored by kastiglione on Jun 15 2023, 5:43 PM.

Details

Summary

Remove virtual from ValueObject functions that aren't overridden.

One such function, IsArrayItemForPointer, is not called and so is instead deleted.

Diff Detail

Event Timeline

kastiglione created this revision.Jun 15 2023, 5:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 5:43 PM
kastiglione requested review of this revision.Jun 15 2023, 5:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2023, 5:43 PM
bulbazord accepted this revision.Jun 15 2023, 5:44 PM

Big fan of this kind of cleanup. Thanks!

This revision is now accepted and ready to land.Jun 15 2023, 5:44 PM