mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 03:15:19 +00:00
Apply clang-tidy fixes for modernize-use-equals-default in InputFile.cpp (NFC)
This commit is contained in:
parent
3bd15c03c6
commit
62c64be4d3
@ -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<ModuleDebugStreamRef>
|
||||
llvm::pdb::getModuleDebugStream(PDBFile &File, StringRef &ModuleName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user