[Lldb-commits] [lldb] [lldb] Correct style of error messages (PR #156774)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 3 16:52:56 PDT 2025


medismailben wrote:

Great! May be we should do this for:
- `Status::Status(std::string err_str)`
- `static Status FromErrorString(const char *str)`
- `static Status FromErrorStringWithFormat(const char *format, ...)`
- `  template <typename... Args> static Status FromErrorStringWithFormatv(const char *format, Args &&...args) {`

https://github.com/llvm/llvm-project/pull/156774


More information about the lldb-commits mailing list