aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/TypeList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Symbol/TypeList.cpp')
-rw-r--r--lldb/source/Symbol/TypeList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Symbol/TypeList.cpp b/lldb/source/Symbol/TypeList.cpp
index f0506c7c5bfc..ace715d933ea 100644
--- a/lldb/source/Symbol/TypeList.cpp
+++ b/lldb/source/Symbol/TypeList.cpp
@@ -22,7 +22,7 @@ using namespace lldb_private;
TypeList::TypeList() : m_types() {}
// Destructor
-TypeList::~TypeList() {}
+TypeList::~TypeList() = default;
void TypeList::Insert(const TypeSP &type_sp) {
// Just push each type on the back for now. We will worry about uniquing