Make APFloat's string-parsing routines a bit safer against very large exponents.
authorJohn McCall <rjmccall@apple.com>
Fri, 26 Feb 2010 22:20:41 +0000 (22:20 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 26 Feb 2010 22:20:41 +0000 (22:20 +0000)
commit8b3f3307a26c5911eef034db565aec22ed74f13b
treec60ed1b96cb35c3045511be0ffce77fedbd6048c
parent1869ac8b716da4fdbaaf3e5484238f36881fc14b
Make APFloat's string-parsing routines a bit safer against very large exponents.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97278 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APFloat.cpp
unittests/ADT/APFloatTest.cpp