[libc-commits] [PATCH] D144597: [libc] Refactor string to float return values
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Feb 23 10:47:45 PST 2023
michaelrj updated this revision to Diff 499917.
michaelrj marked an inline comment as done.
michaelrj added a comment.
move away from ASSERT_FALSE(... == 0)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144597/new/
https://reviews.llvm.org/D144597
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/high_precision_decimal.h
libc/src/__support/str_to_float.h
libc/src/stdio/scanf_core/converter_utils.h
libc/src/stdlib/atof.cpp
libc/src/stdlib/strtod.cpp
libc/src/stdlib/strtof.cpp
libc/src/stdlib/strtold.cpp
libc/test/src/__support/str_to_float_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144597.499917.patch
Type: text/x-patch
Size: 49809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230223/336d65e4/attachment-0001.bin>
More information about the libc-commits
mailing list