[all-commits] [llvm/llvm-project] 701de3: [libc] Stop duplicating wcschr(). (#150661)
enh-google via All-commits
all-commits at lists.llvm.org
Mon Jul 28 09:05:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 701de35f67201cb39cf22bf3835c345e55014f3c
https://github.com/llvm/llvm-project/commit/701de35f67201cb39cf22bf3835c345e55014f3c
Author: enh-google <enh at google.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M libc/src/wchar/wchar_utils.h
M libc/src/wchar/wcschr.cpp
M libc/src/wchar/wcspbrk.cpp
M libc/src/wchar/wcstok.cpp
Log Message:
-----------
[libc] Stop duplicating wcschr(). (#150661)
Three implementations of wcschr() is two too many.
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