[Lldb-commits] [PATCH] D44693: Correctly handle float division in Scalar

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 21 10:58:25 PDT 2018


clayborg added a comment.

Bonus points for catching any other conversion errors that don't match the current C/C++ specs. The unit tests should be an easy place to test these kinds of things.


https://reviews.llvm.org/D44693





More information about the lldb-commits mailing list