[all-commits] [llvm/llvm-project] d07c54: [libc] Templatize ato* tests
Alex Brachet via All-commits
all-commits at lists.llvm.org
Thu Dec 15 09:31:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d07c54c2a5d670293c507ce8822f629eed5eb372
https://github.com/llvm/llvm-project/commit/d07c54c2a5d670293c507ce8822f629eed5eb372
Author: Alex Brachet <abrachet at google.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
A libc/test/src/stdlib/AtoiTest.h
M libc/test/src/stdlib/CMakeLists.txt
M libc/test/src/stdlib/atoi_test.cpp
M libc/test/src/stdlib/atol_test.cpp
M libc/test/src/stdlib/atoll_test.cpp
M utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel
Log Message:
-----------
[libc] Templatize ato* tests
This catches missing corner cases from atol tests.
Differential Revision: https://reviews.llvm.org/D140076
More information about the All-commits
mailing list