aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-02-06 22:18:35 -0800
committerKazu Hirata <kazu@google.com>2022-02-06 22:18:35 -0800
commit3a3cb929ab6fd69ea7d5db42db613a4701fa4669 (patch)
tree2ec87878da9b43c38c832eed4625d75f38960313 /llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp
parent1391f91b1f62b9510e4b71737aac2b45d0c4d6cd (diff)
downloadllvm-3a3cb929ab6fd69ea7d5db42db613a4701fa4669.zip
llvm-3a3cb929ab6fd69ea7d5db42db613a4701fa4669.tar.gz
llvm-3a3cb929ab6fd69ea7d5db42db613a4701fa4669.tar.bz2
[llvm] Use = default (NFC)
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp')
-rw-r--r--llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp b/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp
index 3f93463..0158118 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;