kuilpd wrote: Main thing to discuss: the actual addition of values is passed to `Scalar` class. The plan is to implement all other operators supported by `Scalar` in the same way.
This patch doesn't include pointer arithmetic yet, I will add it after adding binary subtraction to both operators. https://github.com/llvm/llvm-project/pull/177208 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
