================
@@ -46,7 +46,8 @@ Symbol::Symbol(uint32_t symID, llvm::StringRef name,
SymbolType type,
m_demangled_is_synthesized(false),
m_contains_linker_annotations(contains_linker_annotations),
m_is_weak(false), m_type(type), m_mangled(name),
- m_addr_range(section_sp, offset, size), m_flags(flags) {}
+ m_addr_range(section_sp, offset, size), m_reexport_info(),
----------------
jimingham wrote:
We don't usually explicitly initialize ivars that have default constructors.
https://github.com/llvm/llvm-project/pull/172565
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits