labath added a comment. random drive-by. Otherwise, I like it.
> Args.cpp:207
> +//----------------------------------------------------------------------
> +Args::~Args() { Clear(); }
> +
I think we don't need to call Clear() here, as all memory owned by the object
will be correctly destroyed anyway.
https://reviews.llvm.org/D25099
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
