diff --git a/llvm/lib/DebugInfo/PDB/Native/InputFile.cpp b/llvm/lib/DebugInfo/PDB/Native/InputFile.cpp index 74d7d9b2711b..637e0ee294f7 100644 --- a/llvm/lib/DebugInfo/PDB/Native/InputFile.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/InputFile.cpp @@ -31,8 +31,8 @@ using namespace llvm::codeview; using namespace llvm::object; using namespace llvm::pdb; -InputFile::InputFile() {} -InputFile::~InputFile() {} +InputFile::InputFile() = default; +InputFile::~InputFile() = default; Expected llvm::pdb::getModuleDebugStream(PDBFile &File, StringRef &ModuleName,