llvm-project
9e2b8b02 - [lldb] Remove CommandReturnObject::AppendRawError (#171517)

Commit
25 days ago
[lldb] Remove CommandReturnObject::AppendRawError (#171517) Remove `CommandReturnObject::AppendRawError` and replace its two uses with `AppendError`, which correctly prefixes the message with `error:`. The comment for the method is outdated and the prefixing is clearly desired in both situations.
Author
Parents
Loading