projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65f294
)
Add a comment.
author
Dan Gohman
<gohman@apple.com>
Sat, 27 Mar 2010 16:34:32 +0000
(16:34 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/raw_ostream.h
b/include/llvm/Support/raw_ostream.h
index 0f227ccc3f803bc7af39eee102dc4bf02c3badd1..e0de80f1d435fdef20690b006c707bdad213a277 100644
(file)
--- a/
include/llvm/Support/raw_ostream.h
+++ b/
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;
}