jingham added a comment. You messed up the meaning of one comment (noted inline). Otherwise this looks fine to me too.
> Args.cpp:97-98 > + // Argument can be split into multiple discontiguous pieces, for example: > + // "Hello " "World" > + // this would result in a single argument "Hello World" (without the > quotes) > + // since the quotes would be removed and there is not space between the The example needs to be "Hello ""World" or it doesn't make sense. "Hello " "World" with a space in between would be two arguments. https://reviews.llvm.org/D25099 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits