[lldb] Return FileSP and StreamFileSP by value in IOHandler (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 17 Sep 2020 04:11:40 +0000 (21:11 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 17 Sep 2020 04:15:05 +0000 (21:15 -0700)
commit57dd92746a53526bd7a86c1cfc7c0dce57a2e170
tree194ae4e3d0a84b5aaef2caf240e2418d4a844cc7
parentaec80c5cfd1bda8e630fca0f3ed2a84659f68635
[lldb] Return FileSP and StreamFileSP by value in IOHandler (NFC)

Smart pointers should be returned by value.
lldb/include/lldb/Core/IOHandler.h
lldb/source/Core/IOHandler.cpp