m_should_close_fd doesn't need to be in IOObject. It will be useful
for my next change to move it down into File and Socket.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D68152
refactor: move IOObject::m_should_close_fd into subclasses ClosedPublic Authored by lawrence_danna on Sep 27 2019, 11:44 AM.
Details Summary m_should_close_fd doesn't need to be in IOObject. It will be useful
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 27 2019, 12:42 PM Closed by commit rG117512715d66: refactor: move IOObject::m_should_close_fd into subclasses (authored by lawrence_danna). · Explain WhySep 27 2019, 1:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222239 lldb/include/lldb/Host/File.h
lldb/include/lldb/Host/Socket.h
lldb/include/lldb/Utility/IOObject.h
lldb/source/Host/common/File.cpp
lldb/source/Host/common/Socket.cpp
|