[APFloat] Ensure that we can properly parse strings that do not have null terminators.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 1 Jul 2013 23:54:08 +0000 (23:54 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 1 Jul 2013 23:54:08 +0000 (23:54 +0000)
commit228156c04fb34fb702d2a4d8d2e954ae59540ca0
treee6a16b35ba0d1658410ed7f679685f7c276373b5
parent0e6e4aa5db6202a72059819c5cf69c90a9828bfa
[APFloat] Ensure that we can properly parse strings that do not have null terminators.

rdar://14323230

llvm-svn: 185397
llvm/lib/Support/APFloat.cpp
llvm/unittests/ADT/APFloatTest.cpp