[llvm-commits] [llvm] r99715 - /llvm/trunk/include/llvm/Support/raw_ostream.h

Dan Gohman gohman at apple.com
Sat Mar 27 09:34:32 PDT 2010


Author: djg
Date: Sat Mar 27 11:34:32 2010
New Revision: 99715

URL: http://llvm.org/viewvc/llvm-project?rev=99715&view=rev
Log:
Add a comment.

Modified:
    llvm/trunk/include/llvm/Support/raw_ostream.h

Modified: llvm/trunk/include/llvm/Support/raw_ostream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/raw_ostream.h?rev=99715&r1=99714&r2=99715&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/raw_ostream.h (original)
+++ llvm/trunk/include/llvm/Support/raw_ostream.h Sat Mar 27 11:34:32 2010
@@ -89,6 +89,7 @@
 
   /// 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;
   }





More information about the llvm-commits mailing list