aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/wchar.h
AgeCommit message (Expand)Author
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
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-09-13[SystemZ][z/OS] Missing wchar functions libc++Muiez Ahmed
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-22[libc++] Revert "[SystemZ][z/OS] Missing wchar functions libc++"Louis Dionne
2021-03-12[SystemZ][z/OS] Missing wchar functions libc++Muiez Ahmed
2020-06-25[libc++] Add missing <stddef.h> include to <wchar.h>Louis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-09-15[libc++] Account for Microsoft CRT const overloadsShoaib Meenai
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2016-02-10Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith
2015-10-10Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...Richard Smith
2015-10-10Revert r249889 due to bot failure.Manman Ren
2015-10-09Split <wchar.h> out of <cwchar>.Richard Smith