[Lldb-commits] [PATCH] D157460: [lldb] Sink StreamFile into lldbHost
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 8 21:26:32 PDT 2023
mib added a comment.
Shouldn't this be next to the other `Stream` class in `lldbUtility` ?
================
Comment at: lldb/include/lldb/Host/StreamFile.h:12
#include "lldb/Host/File.h"
#include "lldb/Utility/Stream.h"
----------------
Do we really need this header ? We could forward declare FileSP do avoid having to include it here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157460/new/
https://reviews.llvm.org/D157460
More information about the lldb-commits
mailing list