mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 15:46:06 +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)
|
||||
: Context(C), ValSymTab(std::make_unique<ValueSymbolTable>(-1)),
|
||||
Materializer(), ModuleID(std::string(MID)),
|
||||
SourceFileName(std::string(MID)), DL("") {
|
||||
ModuleID(std::string(MID)), SourceFileName(std::string(MID)), DL("") {
|
||||
Context.addModule(this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user