[PATCH] D15375: Fix PR #25788: parsing of floating-point constants on non-C locales

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 09:56:35 PST 2016


majnemer added a subscriber: majnemer.
majnemer added a comment.

I think we'd want `APFloat::convertFromDecimalString` with `rmNearestTiesToEven` seeing as how we don't expect to see `-nan` and the like.


http://reviews.llvm.org/D15375





More information about the llvm-commits mailing list