[libc-commits] [PATCH] D113061: [libc][NFC] rename str_conv_utils to str_to_integer
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 3 15:56:38 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG31d797f41efe: [libc][NFC] rename str_conv_utils to str_to_integer (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113061/new/
https://reviews.llvm.org/D113061
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/detailed_powers_of_ten.h
libc/src/__support/high_precision_decimal.h
libc/src/__support/str_conv_utils.h
libc/src/__support/str_to_float.h
libc/src/__support/str_to_integer.h
libc/src/inttypes/CMakeLists.txt
libc/src/inttypes/strtoimax.cpp
libc/src/inttypes/strtoumax.cpp
libc/src/stdlib/CMakeLists.txt
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
libc/test/src/__support/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113061.384607.patch
Type: text/x-patch
Size: 9159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211103/c0d7e7d8/attachment-0001.bin>
More information about the libc-commits
mailing list