[Lldb-commits] [lldb] [lldb] Replace make_error<StringError> with createStringError* (NFC) (PR #185748)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 11 10:31:05 PDT 2026


https://github.com/JDevlieghere approved this pull request.

LGTM. Almost all error messages are non-compliant with our [coding standards](https://llvm.org/docs/CodingStandards.html#error-and-warning-messages) that says that diagnostics should start with a lowercase letter. 

However, that's not something to address here (let's keep this NFC). Please consider a follow-up to fix that or let me know and I'd be happy to.

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


More information about the lldb-commits mailing list