[all-commits] [llvm/llvm-project] 1d02a8: [libc] fix string conversion tests for windows
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue Aug 24 11:06:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d02a8bcd393ea9c50f0212797059888efc78002
https://github.com/llvm/llvm-project/commit/1d02a8bcd393ea9c50f0212797059888efc78002
Author: Michael Jones <michaelrj at google.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M libc/test/src/stdlib/strtol_test.cpp
M libc/test/src/stdlib/strtoll_test.cpp
M libc/test/src/stdlib/strtoul_test.cpp
M libc/test/src/stdlib/strtoull_test.cpp
M libc/utils/CPP/Limits.h
Log Message:
-----------
[libc] fix string conversion tests for windows
There were some copy paste errors as well as some oddities around how
windows handles the difference between long and long long types. This
change fixes those.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D108591
More information about the All-commits
mailing list