rename str_conv_utils to str_to_integer to be more
in line with str_to_float.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113061
[libc][NFC] rename str_conv_utils to str_to_integer ClosedPublic Authored by michaelrj on Nov 2 2021, 2:53 PM.
Details Summary rename str_conv_utils to str_to_integer to be more
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 3 2021, 12:12 AM michaelrj retitled this revision from [libc][NFC] rename str_conv_utils to str_to_int to [libc][NFC] rename str_conv_utils to str_to_integer.Nov 3 2021, 3:38 PM Closed by commit rG31d797f41efe: [libc][NFC] rename str_conv_utils to str_to_integer (authored by michaelrj). · Explain WhyNov 3 2021, 3:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 384605 libc/src/__support/CMakeLists.txt
libc/src/__support/detailed_powers_of_ten.h
libc/src/__support/high_precision_decimal.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
|