Many methods, in particular various 'Add' methods didn't have
any actual failure scenarios that were being emitted. This meant
that a lot of surrounding code could be simplified.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Apart from one little comment, looks good.
tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | ||
---|---|---|
512 ↗ | (On Diff #30344) | Does this function return false somewhere or this return type is also redundant. |
tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | ||
---|---|---|
512 ↗ | (On Diff #30344) | That return type is also redundant. There are some of them remaining, especially in threading stuff. But I wanted to keep the current patch relatively self-contained. |