Add a comment.
authorDan Gohman <gohman@apple.com>
Sat, 27 Mar 2010 16:34:32 +0000 (16:34 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 27 Mar 2010 16:34:32 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99715 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/raw_ostream.h

index 0f227ccc3f803bc7af39eee102dc4bf02c3badd1..e0de80f1d435fdef20690b006c707bdad213a277 100644 (file)
@@ -89,6 +89,7 @@ public:
 
   /// has_error - Return the value of the flag in this raw_ostream indicating
   /// whether an output error has been encountered.
+  /// This doesn't implicitly flush any pending output.
   bool has_error() const {
     return Error;
   }