[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:35:46 PDT 2023
michaelrj updated this revision to Diff 506771.
michaelrj marked 3 inline comments as done.
michaelrj added a comment.
clean up type definitions to use the API system.
I agree and will try to make a document describing our plan for locale support as a followup patch.
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.506771.patch
Type: text/x-patch
Size: 16558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230320/5091d986/attachment-0001.bin>
More information about the libc-commits
mailing list