mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-04 23:36:05 +00:00
Apply clang-tidy fixes for readability-redundant-member-init in Module.cpp (NFC)
This commit is contained in:
parent
c008e92b33
commit
2bc684cb6c
@ -71,8 +71,7 @@ template class llvm::SymbolTableListTraits<GlobalIFunc>;
|
|||||||
|
|
||||||
Module::Module(StringRef MID, LLVMContext &C)
|
Module::Module(StringRef MID, LLVMContext &C)
|
||||||
: Context(C), ValSymTab(std::make_unique<ValueSymbolTable>(-1)),
|
: Context(C), ValSymTab(std::make_unique<ValueSymbolTable>(-1)),
|
||||||
Materializer(), ModuleID(std::string(MID)),
|
ModuleID(std::string(MID)), SourceFileName(std::string(MID)), DL("") {
|
||||||
SourceFileName(std::string(MID)), DL("") {
|
|
||||||
Context.addModule(this);
|
Context.addModule(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user