Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137356
[libc] Add implementation of setbuf and setvbuf. ClosedPublic Authored by sivachandra on Nov 3 2022, 1:41 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 3 2022, 1:41 PM This revision is now accepted and ready to land.Nov 3 2022, 1:46 PM This revision was landed with ongoing or failed builds.Nov 4 2022, 12:15 AM Closed by commit rG4eea88495949: [libc] Add implementation of setbuf and setvbuf. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473137 libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/__support/File/file.h
libc/src/__support/File/file.cpp
libc/src/stdio/CMakeLists.txt
libc/src/stdio/setbuf.h
libc/src/stdio/setbuf.cpp
libc/src/stdio/setvbuf.h
libc/src/stdio/setvbuf.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/setbuf_test.cpp
libc/test/src/stdio/setvbuf_test.cpp
libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
|