Passes integration and libc checks!
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85326
[libc] Add tolower, toupper implementation. ClosedPublic Authored by cgyurgyik on Aug 5 2020, 9:50 AM.
Details
Summary Passes integration and libc checks!
Diff Detail
Event Timelinesivachandra added inline comments. This revision is now accepted and ready to land.Aug 6 2020, 10:41 AM This revision was landed with ongoing or failed builds.Aug 6 2020, 12:22 PM Closed by commit rG128bf458ab8c: [libc] Add tolower, toupper implementation. (authored by cgyurgyik). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283702 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/ctype/CMakeLists.txt
libc/src/ctype/ctype_utils.h
libc/src/ctype/islower.cpp
libc/src/ctype/isupper.cpp
libc/src/ctype/tolower.h
libc/src/ctype/tolower.cpp
libc/src/ctype/toupper.h
libc/src/ctype/toupper.cpp
libc/test/src/ctype/CMakeLists.txt
libc/test/src/ctype/tolower_test.cpp
libc/test/src/ctype/toupper_test.cpp
|
While this is smart, why should we not prefer a more readable approach like this: