[all-commits] [llvm/llvm-project] 66e839: [lldb] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Sep 22 11:32:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66e83983491415d7431067181fd2816305f615e0
https://github.com/llvm/llvm-project/commit/66e83983491415d7431067181fd2816305f615e0
Author: Kazu Hirata <kazu at google.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M lldb/include/lldb/Symbol/Function.h
Log Message:
-----------
[lldb] Fix a warning
This patch fixes:
lldb/include/lldb/Symbol/Function.h:270:3: error:
'lldb_private::CallEdge' has virtual functions but non-virtual
destructor [-Werror,-Wnon-virtual-dtor]
More information about the All-commits
mailing list