[all-commits] [llvm/llvm-project] 06f6a7: [libc] Simplify wcscmp (#143457)
Michael Jones via All-commits
all-commits at lists.llvm.org
Tue Jun 10 11:24:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06f6a771da10094cce79bf5d42d8213e1e2d3656
https://github.com/llvm/llvm-project/commit/06f6a771da10094cce79bf5d42d8213e1e2d3656
Author: Michael Jones <michaelrj at google.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M libc/src/wchar/wcscmp.cpp
Log Message:
-----------
[libc] Simplify wcscmp (#143457)
The implementation of wcscmp mimicked strcmp, but was more complicated
than necessary. This patch makes it simpler.
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