summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Expression/ClangModulesDeclVendor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/ClangModulesDeclVendor.cpp b/lldb/source/Expression/ClangModulesDeclVendor.cpp
index dc07ac738b4..46adaaff33c 100644
--- a/lldb/source/Expression/ClangModulesDeclVendor.cpp
+++ b/lldb/source/Expression/ClangModulesDeclVendor.cpp
@@ -110,6 +110,7 @@ StoringDiagnosticConsumer::DumpDiagnostics (Stream &error_stream)
{
default:
error_stream.PutCString(diag.second.c_str());
+ error_stream.PutChar('\n');
break;
case clang::DiagnosticsEngine::Level::Ignored:
break;
OpenPOWER on IntegriCloud