Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D140597
[libc][NFC] Use operator new and operator delete in POSIX file actions API. ClosedPublic Authored by sivachandra on Dec 22 2022, 5:46 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 22 2022, 5:46 PM This revision is now accepted and ready to land.Dec 22 2022, 7:31 PM Closed by commit rGf11296019001: [libc][NFC] Use operator new and operator delete in POSIX file actions API. (authored by sivachandra). · Explain WhyDec 22 2022, 9:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 485041 libc/src/spawn/CMakeLists.txt
libc/src/spawn/file_actions.h
libc/src/spawn/posix_spawn_file_actions_addclose.cpp
libc/src/spawn/posix_spawn_file_actions_adddup2.cpp
libc/src/spawn/posix_spawn_file_actions_addopen.cpp
libc/src/spawn/posix_spawn_file_actions_destroy.cpp
|