mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Add a comment noting that raw_os_ostream does not check for errors.
llvm-svn: 75794
This commit is contained in:
parent
d9404ff779
commit
9f95a90619
@ -308,7 +308,8 @@ raw_ostream &errs();
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
/// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
|
||||
/// simple adaptor class.
|
||||
/// simple adaptor class. It does check for I/O errors; clients should use
|
||||
/// the underlying stream to detect errors.
|
||||
class raw_os_ostream : public raw_ostream {
|
||||
std::ostream &OS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user