Re: [Lldb-commits] [PATCH] D12796: [lldb-mi] No need to call Format with no varargs.

2015-09-11 Thread Bruce Mitchener via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL247403: [lldb-mi] No need to call Format with no varargs. (authored by brucem). Changed prior to commit: http://reviews.llvm.org/D12796?vs=34537&id=34539#toc Repository: rL LLVM http://reviews.llvm.

Re: [Lldb-commits] [PATCH] D12796: [lldb-mi] No need to call Format with no varargs.

2015-09-11 Thread Hafiz Abid Qadeer via lldb-commits
abidh accepted this revision. abidh added a comment. This revision is now accepted and ready to land. Look good. http://reviews.llvm.org/D12796 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/

[Lldb-commits] [PATCH] D12796: [lldb-mi] No need to call Format with no varargs.

2015-09-11 Thread Bruce Mitchener via lldb-commits
brucem created this revision. brucem added reviewers: abidh, ki.stfu. brucem added a subscriber: lldb-commits. There's no need to call CMIUtilString::Format with a string and no args. http://reviews.llvm.org/D12796 Files: tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp tools/lldb-mi/MIDriverMgr.