Files
clang-p2996/libc/test/UnitTest/MemoryMatcher.cpp
Michael Jones a0c4f854ca [libc] Change ctype to be encoding independent (#110574)
The previous implementation of the ctype functions assumed ASCII.
This patch changes to a switch/case implementation that looks odd, but
actually is easier for the compiler to understand and optimize.
2024-12-03 12:36:04 -08:00

2.1 KiB