[libc-commits] [PATCH] D145995: [libc] add basic wide char functions
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Mar 20 16:36:35 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG46b508722724: [libc] add basic wide char functions (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145995/new/
https://reviews.llvm.org/D145995
Files:
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/config/linux/x86_64/headers.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-macros/CMakeLists.txt
libc/include/llvm-libc-macros/wchar-macros.h
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/size_t.h
libc/include/llvm-libc-types/wchar_t.h
libc/include/llvm-libc-types/wint_t.h
libc/include/wchar.h.def
libc/spec/spec.td
libc/spec/stdc.td
libc/src/CMakeLists.txt
libc/src/__support/CMakeLists.txt
libc/src/__support/wctype_utils.h
libc/src/wchar/CMakeLists.txt
libc/src/wchar/btowc.cpp
libc/src/wchar/btowc.h
libc/src/wchar/wctob.cpp
libc/src/wchar/wctob.h
libc/test/src/CMakeLists.txt
libc/test/src/wchar/CMakeLists.txt
libc/test/src/wchar/btowc_test.cpp
libc/test/src/wchar/wctob_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145995.506772.patch
Type: text/x-patch
Size: 16558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230320/b7bda977/attachment-0001.bin>
More information about the libc-commits
mailing list