[libc-commits] [PATCH] D140441: [libc] change str to int tests to be templated
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Dec 20 15:43:04 PST 2022
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
Previously the tests were copy/pasted into several files, this changes
them to be instead templated and sharing one file.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140441
Files:
libc/test/src/inttypes/CMakeLists.txt
libc/test/src/inttypes/strtoimax_test.cpp
libc/test/src/inttypes/strtoumax_test.cpp
libc/test/src/stdlib/CMakeLists.txt
libc/test/src/stdlib/StrtolTest.h
libc/test/src/stdlib/strtol_test.cpp
libc/test/src/stdlib/strtoll_test.cpp
libc/test/src/stdlib/strtoul_test.cpp
libc/test/src/stdlib/strtoull_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140441.484409.patch
Type: text/x-patch
Size: 69710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221220/0a3a2a15/attachment-0001.bin>
More information about the libc-commits
mailing list