Add a comment.

llvm-svn: 99715
This commit is contained in:
Dan Gohman 2010-03-27 16:34:32 +00:00
parent dcc8cd96f2
commit eff5583908
1 changed files with 1 additions and 0 deletions

View File

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