[libc-commits] [PATCH] D134074: [libc] add strerror
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Sep 20 14:03:27 PDT 2022
michaelrj updated this revision to Diff 461700.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.
move to stringstream for string construction
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134074/new/
https://reviews.llvm.org/D134074
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/src/__support/CMakeLists.txt
libc/src/__support/CPP/stringstream.h
libc/src/__support/error_to_string.cpp
libc/src/__support/error_to_string.h
libc/src/__support/integer_to_string.h
libc/src/string/CMakeLists.txt
libc/src/string/strerror.cpp
libc/src/string/strerror.h
libc/test/ErrnoSetterMatcher.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strerror_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134074.461700.patch
Type: text/x-patch
Size: 28506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220920/6a943a54/attachment-0001.bin>
More information about the libc-commits
mailing list