aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/wchar.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-69/+88
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-15/+15
2023-08-11[runtimes][NFC] Remove stray whitespace on extern C commentsLouis Dionne1-1/+1
2023-05-10[libc++] Consistently enable __CORRECT_ISO_CPP_WCHAR_H_PROTO in mbstate.Jordan Rupprecht1-0/+2
2023-05-01[libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson1-0/+2
2022-11-22Revert "[libc++] Remove workarounds for systems that used to require __need_X...Yi Kong1-1/+9
2022-11-21[libc++] Remove workarounds for systems that used to require __need_XXX macrosLouis Dionne1-9/+1
2022-11-17[libc++] Only include_next C library headers when they existLouis Dionne1-1/+3
2022-11-15Revert "[libc++] Only include_next C library headers when they exist"Nico Weber1-3/+1
2022-11-15[libc++] Only include_next C library headers when they existLouis Dionne1-1/+3
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-4/+4
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-2/+2
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+4
2021-09-13[SystemZ][z/OS] Missing wchar functions libc++Muiez Ahmed1-3/+3
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-2/+2
2021-03-22[libc++] Revert "[SystemZ][z/OS] Missing wchar functions libc++"Louis Dionne1-3/+3
2021-03-12[SystemZ][z/OS] Missing wchar functions libc++Muiez Ahmed1-3/+3
2020-06-25[libc++] Add missing <stddef.h> include to <wchar.h>Louis Dionne1-0/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-09-15[libc++] Account for Microsoft CRT const overloadsShoaib Meenai1-0/+4
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier1-1/+1
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier1-3/+6
2016-02-10Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith1-1/+40
2015-10-10Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...Richard Smith1-0/+136
2015-10-10Revert r249889 due to bot failure.Manman Ren1-136/+0
2015-10-09Split <wchar.h> out of <cwchar>.Richard Smith1-0/+136