[Lldb-commits] [PATCH] D13094: LLDB-MI: Fix assignment operator in CMIUtilString

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 24 05:34:15 PDT 2015


brucem added a comment.

It doesn't seem right to have a strong construction and copy just to determine the length or if it is empty or not as in your examples. That would be appropriate for a helper function.


http://reviews.llvm.org/D13094





More information about the lldb-commits mailing list