commit | e2b7eea99c0e20fd4712e374c4094a957c236953 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Tue Sep 29 15:13:39 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Tue Sep 29 15:13:39 2009 +0000 |
tree | f0d77968c13dd7a652fb73eacb22a5f88f94c45c | |
parent | b3496c7efda26c6c89c1e4403d8bb80b2eb9041b [diff] [blame] |
Make sure to flush raw_string_ostream, from John Thompson git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83066 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/CodeCompleteConsumer.cpp b/lib/Sema/CodeCompleteConsumer.cpp index a3d4d92..a8988a6 100644 --- a/lib/Sema/CodeCompleteConsumer.cpp +++ b/lib/Sema/CodeCompleteConsumer.cpp
@@ -92,7 +92,7 @@ case CK_Informative: OS << "[#" << C->Text << "#]"; break; } } - + OS.flush(); return Result; }