[libc-commits] [PATCH] D133163: [libc] add result class to strtointeger
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Dec 9 14:35:59 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG74da5e6c082e: [libc] add result class to strtointeger (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133163/new/
https://reviews.llvm.org/D133163
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/high_precision_decimal.h
libc/src/__support/str_to_float.h
libc/src/__support/str_to_integer.h
libc/src/__support/str_to_num_result.h
libc/src/inttypes/strtoimax.cpp
libc/src/inttypes/strtoumax.cpp
libc/src/stdio/printf_core/parser.cpp
libc/src/stdio/scanf_core/parser.cpp
libc/src/stdlib/atoi.cpp
libc/src/stdlib/atol.cpp
libc/src/stdlib/atoll.cpp
libc/src/stdlib/strtol.cpp
libc/src/stdlib/strtoll.cpp
libc/src/stdlib/strtoul.cpp
libc/src/stdlib/strtoull.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133163.481751.patch
Type: text/x-patch
Size: 16207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221209/3adc4e51/attachment-0001.bin>
More information about the libc-commits
mailing list