kastiglione added inline comments.
Herald added a subscriber: Michael137.
================
Comment at: lldb/source/Interpreter/CommandReturnObject.cpp:104
return;
- error(GetErrorStream()) << in_string.rtrim() << '\n';
+ // Workaround to deal with already fully formatted compiler diagnostics.
+ llvm::StringRef msg(in_string.rtrim());
----------------
nice
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152590/new/
https://reviews.llvm.org/D152590
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits