Files
clang-p2996/lldb/include
Dave Lee f2a1320c2f [lldb] De-virtualize applicable functions in ValueObject (NFC)
Remove `virtual` from `ValueObject` functions that aren't overridden.

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

Differential Revision: https://reviews.llvm.org/D153088
2023-06-16 11:12:15 -07:00
..