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

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 04:48:11 PDT 2015


brucem added inline comments.

================
Comment at: tools/lldb-mi/MICmdArgSet.cpp:92
@@ -91,3 +91,3 @@
 // Type:    Method.
 // Args:    vArg    - (R) A command argument object.
 // Return:  None.
----------------
ki.stfu wrote:
> 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.
If / when that move happens, we should also move to Doxygen syntax.


http://reviews.llvm.org/D12878





More information about the lldb-commits mailing list