aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-18/+18
2023-09-07[libc++] Wipe some more macros that do not belong in C++ forwarding headersBrad Smith1-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-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-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-01-23libcxx: Rename vasprintf function to __libcpp_vasprintf.Peter Collingbourne1-7/+0
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier1-2/+1
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier1-2/+3
2015-10-09Split <stdio.h> out of <cstdio>.Richard Smith1-0/+127