summaryrefslogtreecommitdiffstats
path: root/lldb/include
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-12-06 08:38:23 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-12-06 09:40:42 +0100
commit4dac97eb1e6563750e682e482e68f29ac076a4f7 (patch)
treef766d99985f1c8f5674d1939b7de7e38b669315c /lldb/include
parent51ce067a442ee6381527b12d113f51906b0245a8 (diff)
downloadbcm5719-llvm-4dac97eb1e6563750e682e482e68f29ac076a4f7.tar.gz
bcm5719-llvm-4dac97eb1e6563750e682e482e68f29ac076a4f7.zip
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Diffstat (limited to 'lldb/include')
-rw-r--r--lldb/include/lldb/Utility/FileSpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Utility/FileSpec.h b/lldb/include/lldb/Utility/FileSpec.h
index 61b6209bb3c..533426671cc 100644
--- a/lldb/include/lldb/Utility/FileSpec.h
+++ b/lldb/include/lldb/Utility/FileSpec.h
@@ -211,7 +211,7 @@ public:
///
/// \param[in] s
/// The stream to which to dump the object description.
- void Dump(Stream *s) const;
+ void Dump(llvm::raw_ostream &s) const;
Style GetPathStyle() const;
OpenPOWER on IntegriCloud