projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04402a6
)
Fix a non-virtual destructor warning introduced in r217747.
author
Frederic Riss
<friss@apple.com>
Mon, 15 Sep 2014 10:38:13 +0000
(10:38 +0000)
committer
Frederic Riss
<friss@apple.com>
Mon, 15 Sep 2014 10:38:13 +0000
(10:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217756
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/DebugInfo/DWARFUnit.h
patch
|
blob
|
history
diff --git
a/lib/DebugInfo/DWARFUnit.h
b/lib/DebugInfo/DWARFUnit.h
index e5491954c6156a2cc428e9bd2a13592276670c82..ca105be00d641b1a7c04c01fd7e8e40b2f771caf 100644
(file)
--- a/
lib/DebugInfo/DWARFUnit.h
+++ b/
lib/DebugInfo/DWARFUnit.h
@@
-35,6
+35,8
@@
public:
/// Returns the Unit that contains the given section offset in the
/// same section this Unit originated from.
virtual DWARFUnit *getUnitForOffset(uint32_t Offset) const = 0;
+
+ virtual ~DWARFUnitSectionBase() {}
};
/// Concrete instance of DWARFUnitSection, specialized for one Unit type.