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:
cabb383
)
Add an explicit keyword.
author
Dan Gohman
<gohman@apple.com>
Tue, 10 Mar 2009 23:10:46 +0000
(23:10 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 10 Mar 2009 23:10:46 +0000
(23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66595
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 0f1bee383acaf6ec43d27ec838acf688ebc97345..852f7db4a17cd9767be7208517eb3fb888980608 100644
(file)
--- a/
include/llvm/Support/raw_ostream.h
+++ b/
include/llvm/Support/raw_ostream.h
@@
-35,7
+35,7
@@
protected:
bool Unbuffered;
public:
- raw_ostream(bool unbuffered=false) : Unbuffered(unbuffered) {
+
explicit
raw_ostream(bool unbuffered=false) : Unbuffered(unbuffered) {
// Start out ready to flush.
OutBufStart = OutBufEnd = OutBufCur = 0;
}