From 145449b1e420787bb99721a429341fa6be3adfb6 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 3 Jul 2022 16:10:23 +0200 Subject: Vendor import of llvm-project main llvmorg-15-init-15358-g53dc0f107877. --- llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp') diff --git a/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp b/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp index 3f93463fe6d6..01581181dfe0 100644 --- a/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp +++ b/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp @@ -10,6 +10,6 @@ using namespace llvm::codeview; -DebugSubsectionRef::~DebugSubsectionRef() {} +DebugSubsectionRef::~DebugSubsectionRef() = default; -DebugSubsection::~DebugSubsection() {} +DebugSubsection::~DebugSubsection() = default; -- cgit v1.2.3