[Lldb-commits] [PATCH] D47914: [lldb-mi] Add overloaded method for setting an error.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 8 08:51:35 PDT 2018
aprantl added a comment.
There is no testcase... is this used in a subsequent commit?
================
Comment at: lldb/trunk/tools/lldb-mi/MICmdBase.cpp:223
+// Throws: None.
+//--
+void CMICmdBase::SetError(const lldb::SBError &error) {
----------------
At some point we should convert the entire directory over to LLVM coding/documentation style, but that's for another day :-)
Repository:
rL LLVM
https://reviews.llvm.org/D47914
More information about the lldb-commits
mailing list