[libc-commits] [PATCH] D133163: [libc] add result class to strtointeger

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 8 10:29:45 PST 2022


michaelrj updated this revision to Diff 481358.
michaelrj marked 5 inline comments as done.
michaelrj added a comment.

move to struct with directly accessed members instead of getters.


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.481358.patch
Type: text/x-patch
Size: 16183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221208/87ace1d6/attachment-0001.bin>


More information about the libc-commits mailing list