diff options
Diffstat (limited to 'llvm/lib/MC/MCCodeView.cpp')
-rw-r--r-- | llvm/lib/MC/MCCodeView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCCodeView.cpp b/llvm/lib/MC/MCCodeView.cpp index 3da1a9c..90a9dfa 100644 --- a/llvm/lib/MC/MCCodeView.cpp +++ b/llvm/lib/MC/MCCodeView.cpp @@ -25,7 +25,7 @@ using namespace llvm; using namespace llvm::codeview; -CodeViewContext::CodeViewContext() {} +CodeViewContext::CodeViewContext() = default; CodeViewContext::~CodeViewContext() { // If someone inserted strings into the string table but never actually |