forked from OSchip/llvm-project
parent
bc91e908f4
commit
622be5793d
|
@ -120,15 +120,6 @@ namespace llvm
|
||||||
Cur = BufferArray;
|
Cur = BufferArray;
|
||||||
setStream(Stream, Owns);
|
setStream(Stream, Owns);
|
||||||
}
|
}
|
||||||
explicit circular_raw_ostream()
|
|
||||||
: raw_ostream(/*unbuffered*/true),
|
|
||||||
TheStream(nullptr),
|
|
||||||
OwnsStream(REFERENCE_ONLY),
|
|
||||||
BufferArray(nullptr),
|
|
||||||
Filled(false),
|
|
||||||
Banner("") {
|
|
||||||
Cur = BufferArray;
|
|
||||||
}
|
|
||||||
|
|
||||||
~circular_raw_ostream() {
|
~circular_raw_ostream() {
|
||||||
flush();
|
flush();
|
||||||
|
|
Loading…
Reference in New Issue