[Lldb-commits] [PATCH] D12878: [lldb-mi] Clean up CMICmdArgSet usage.

Ilia K via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 03:55:57 PDT 2015


ki.stfu accepted this revision.
ki.stfu added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: tools/lldb-mi/MICmdArgSet.cpp:92
@@ -91,3 +91,3 @@
 // Type:    Method.
 // Args:    vArg    - (R) A command argument object.
 // Return:  None.
----------------
brucem wrote:
> Should this say something other than `(R)` here?
This comment is useless, and for me it looks like an attempt to write something to follow the coding style. FMPOV, we should remove all comments like that, and move others to corresponding .h files.


http://reviews.llvm.org/D12878





More information about the lldb-commits mailing list