shafik added inline comments.
================ Comment at: lldb/include/lldb/Utility/ConstString.h:45 /// Initializes the string to an empty string. ConstString() : m_string(nullptr) {} ---------------- Since your touching this type, why not modernize it and use an in class member initializer for `m_string` Then default the constructor. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84440/new/ https://reviews.llvm.org/D84440 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits