[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)
commitb57770387ab262a0a23e77f094f599b6c955ba14
tree804b42c3a0d7faeb1d682c60472d11967941bddb
parentf801b8fe7ace6306b653f5ea68c378f35e9f2d6d
[APFloat] Ensure that we can properly parse strings that do not have null terminators.

rdar://14323230

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