[all-commits] [llvm/llvm-project] 04edcc: [libc] add isascii and toascii implementations
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue Jan 12 15:45:41 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 04edcc02638bc70772baa50a74e582bb8e029872
https://github.com/llvm/llvm-project/commit/04edcc02638bc70772baa50a74e582bb8e029872
Author: Michael Jones <michaelrj at google.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/gnu_ext.td
M libc/spec/posix.td
M libc/src/ctype/CMakeLists.txt
A libc/src/ctype/isascii.cpp
A libc/src/ctype/isascii.h
A libc/src/ctype/toascii.cpp
A libc/src/ctype/toascii.h
M libc/test/src/ctype/CMakeLists.txt
A libc/test/src/ctype/isascii_test.cpp
A libc/test/src/ctype/toascii_test.cpp
Log Message:
-----------
[libc] add isascii and toascii implementations
adding both at once since these are trivial functions.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D94558
More information about the All-commits
mailing list