[all-commits] [llvm/llvm-project] f11296: [libc][NFC] Use operator new and operator delete i...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Dec 22 21:58:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1129601900162aa25f6d2586901a22c3956b333
https://github.com/llvm/llvm-project/commit/f1129601900162aa25f6d2586901a22c3956b333
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M libc/src/spawn/CMakeLists.txt
M libc/src/spawn/file_actions.h
M libc/src/spawn/posix_spawn_file_actions_addclose.cpp
M libc/src/spawn/posix_spawn_file_actions_adddup2.cpp
M libc/src/spawn/posix_spawn_file_actions_addopen.cpp
M libc/src/spawn/posix_spawn_file_actions_destroy.cpp
Log Message:
-----------
[libc][NFC] Use operator new and operator delete in POSIX file actions API.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D140597
More information about the All-commits
mailing list