Remove virtual from ValueObject functions that aren't overridden.
One such function, IsArrayItemForPointer, is not called and so is instead deleted.
Paths
| Differential D153088
[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 TimelineThis revision is now accepted and ready to land.Jun 15 2023, 5:44 PM Closed by commit rGf2a1320c2ff5: [lldb] De-virtualize applicable functions in ValueObject (NFC) (authored by kastiglione). · Explain WhyJun 16 2023, 11:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531957 lldb/include/lldb/Core/ValueObject.h
|