[all-commits] [llvm/llvm-project] f2a132: [lldb] De-virtualize applicable functions in Value...
Dave Lee via All-commits
all-commits at lists.llvm.org
Fri Jun 16 11:12:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2a1320c2ff5be9b3280eb926d3f10dc86f56d7f
https://github.com/llvm/llvm-project/commit/f2a1320c2ff5be9b3280eb926d3f10dc86f56d7f
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M lldb/include/lldb/Core/ValueObject.h
Log Message:
-----------
[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
More information about the All-commits
mailing list