We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdaa3c1 commit fbed8dcCopy full SHA for fbed8dc
llvm/include/llvm/Support/raw_ostream_proxy.h
@@ -74,7 +74,7 @@ class raw_ostream_proxy_adaptor : public RawOstreamT {
74
/// For example, this can simplify logic when a subclass might have a longer
75
/// lifetime than the stream it proxies.
76
void resetProxiedOS() {
77
- OS->SetUnbuffered();
+ this->SetUnbuffered();
78
OS = nullptr;
79
}
80
0 commit comments