Add new-lines after module compiler errors so
authorSean Callanan <scallanan@apple.com>
Sat, 6 Dec 2014 00:56:43 +0000 (00:56 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 6 Dec 2014 00:56:43 +0000 (00:56 +0000)
they are readable.

llvm-svn: 223557

lldb/source/Expression/ClangModulesDeclVendor.cpp

index dc07ac7..46adaaf 100644 (file)
@@ -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;