[all-commits] [llvm/llvm-project] 717456: [lldb] Remove spurious `n` at the end of option er...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 3 08:33:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7174568c9ccf2959b95563252c1bdbf59c5746c7
https://github.com/llvm/llvm-project/commit/7174568c9ccf2959b95563252c1bdbf59c5746c7
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M lldb/source/Interpreter/Options.cpp
Log Message:
-----------
[lldb] Remove spurious `n` at the end of option error message
When migrating to `ReportError` the newline (`\n`) at the end of the
error message was meant to be removed, but instead only the backslash
got deleted.
More information about the All-commits
mailing list