[libc-commits] [PATCH] D131301: [libc] add int to string for extended bases
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Aug 9 16:45:34 PDT 2022
michaelrj updated this revision to Diff 451309.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.
updated to use a more logical organization. I've merged the BaseStringToInteger into StringToInteger, and added a static method that allows users to pass their own MutableArrayRef instead of being forced to use the IntegerToString object as the buffer's owner.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131301/new/
https://reviews.llvm.org/D131301
Files:
libc/src/__support/integer_to_string.h
libc/test/src/__support/integer_to_string_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131301.451309.patch
Type: text/x-patch
Size: 8453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220809/2a170cba/attachment.bin>
More information about the libc-commits
mailing list