Make sure to flush raw_string_ostream, from John Thompson

llvm-svn: 83066
This commit is contained in:
Douglas Gregor 2009-09-29 15:13:39 +00:00
parent 6b603c9ec5
commit 78f0fa518c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ std::string CodeCompletionString::getAsString() const {
case CK_Informative: OS << "[#" << C->Text << "#]"; break;
}
}
OS.flush();
return Result;
}