We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e7159 commit 3674a06Copy full SHA for 3674a06
lldb/include/lldb/Expression/DWARFExpression.h
@@ -45,7 +45,7 @@ class DWARFExpression {
45
DWARFExpression(const DataExtractor &data);
46
47
/// Destructor
48
- virtual ~DWARFExpression();
+ ~DWARFExpression();
49
50
/// Return true if the location expression contains data
51
bool IsValid() const;
0 commit comments