From eff5583908cbc3ef594db1860df3e87fee4e7727 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 27 Mar 2010 16:34:32 +0000 Subject: [PATCH] Add a comment. llvm-svn: 99715 --- llvm/include/llvm/Support/raw_ostream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Support/raw_ostream.h b/llvm/include/llvm/Support/raw_ostream.h index 0f227ccc3f80..e0de80f1d435 100644 --- a/llvm/include/llvm/Support/raw_ostream.h +++ b/llvm/include/llvm/Support/raw_ostream.h @@ -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; }