[all-commits] [llvm/llvm-project] 3674a0: [NFC][LLDB] Remove an unnecessary virtual destructor
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Tue Oct 3 12:43:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3674a0610a71becc54eab715905c4017d65471c4
https://github.com/llvm/llvm-project/commit/3674a0610a71becc54eab715905c4017d65471c4
Author: walter erquinigo <walter at modular.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M lldb/include/lldb/Expression/DWARFExpression.h
Log Message:
-----------
[NFC][LLDB] Remove an unnecessary virtual destructor
DWARFExpression has a virtual destructor but no other virtual methods, so we can safely remove the virtual keyword.
More information about the All-commits
mailing list