forked from OSchip/llvm-project
Make sure to flush raw_string_ostream, from John Thompson
llvm-svn: 83066
This commit is contained in:
parent
6b603c9ec5
commit
78f0fa518c
|
@ -92,7 +92,7 @@ std::string CodeCompletionString::getAsString() const {
|
|||
case CK_Informative: OS << "[#" << C->Text << "#]"; break;
|
||||
}
|
||||
}
|
||||
|
||||
OS.flush();
|
||||
return Result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue