[all-commits] [llvm/llvm-project] d93cc7: [libc] WCS to integer internal function (#147857)
Uzair Nawaz via All-commits
all-commits at lists.llvm.org
Thu Jul 10 10:23:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d93cc7aabfaefb0cf98cbba1b466d5b1adadb93d
https://github.com/llvm/llvm-project/commit/d93cc7aabfaefb0cf98cbba1b466d5b1adadb93d
Author: Uzair Nawaz <uzairnawaz at google.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M libc/src/__support/CMakeLists.txt
A libc/src/__support/wcs_to_integer.h
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wcs_to_integer_test.cpp
Log Message:
-----------
[libc] WCS to integer internal function (#147857)
Duplicated str_to_integer.h and modified it to work with widechars.
A future patch will implement the public functions (wcstol, wcstoll,
etc) by calling this internal function.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list