forked from OSchip/llvm-project
[CodeGen] Remove redundant string initialization (NFC)
Identified with readability-redundant-string-init.
This commit is contained in:
parent
491b4e1faa
commit
683e6ee7d0
clang/lib/CodeGen
|
@ -311,7 +311,7 @@ private:
|
|||
const TargetInfo &Target;
|
||||
std::unique_ptr<CGCXXABI> ABI;
|
||||
llvm::LLVMContext &VMContext;
|
||||
std::string ModuleNameHash = "";
|
||||
std::string ModuleNameHash;
|
||||
|
||||
std::unique_ptr<CodeGenTBAA> TBAA;
|
||||
|
||||
|
|
Loading…
Reference in New Issue