kuilpd wrote:

> This is good, but I would want to suggest we reconsider even having += in 
> DIL. I am not sure this extra complexity is worth it.

Thanks for the review! I would also like to hear what @jimingham would say 
about this.

`+=` and `-=` don't really add any complexity, it all comes from just `=` 
itself. Composite assignments just call the regular operator on top of the 
assignment, that's all. They don't even add any performance overhead, since the 
operator is just picked in a switch statement.

https://github.com/llvm/llvm-project/pull/214348
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to