[Lldb-commits] [lldb] [lldb] Correct style of error messages (PR #156774)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 4 03:57:13 PDT 2025
================
@@ -418,7 +418,7 @@ other command as far as there is only one alias command match.");
if ((pos != std::string::npos) && (pos > 0))
raw_command_string = raw_command_string.substr(pos);
} else {
- result.AppendError("Error parsing command string. No alias created.");
+ result.AppendError("error parsing command string. No alias created");
----------------
DavidSpickett wrote:
If it is multiple sentences, does the guidance say anything about that?
https://github.com/llvm/llvm-project/pull/156774
More information about the lldb-commits
mailing list