summaryrefslogtreecommitdiff
path: root/libcxx/include/wctype.h
AgeCommit message (Expand)Author
2025-10-24[libc++][C++03] Remove some of the C++03-specific C wrapper headers (#163772)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-09-16[libc++][modules] Don't error when including <wchar.h> or <wctype.h> without ...Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-08-26[libc++] Fix incorrect bypassing of <wctype.h>Louis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2020-11-17[libc++] Only include_next <wctype.h> if it existsLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2015-10-09Split <wctype.h> out of <cwctype>.Richard Smith