commit | 498ff1c1b8912074ed0544c1d4e1183d352a8567 | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Sat Dec 06 00:56:43 2014 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Sat Dec 06 00:56:43 2014 +0000 |
tree | aea49b3d8d90a094b01187c9bcfdf88ae30d2f29 | |
parent | b236211c4ccd4cc9c96ff622771b400d07fc91cb [diff] [blame] |
Add new-lines after module compiler errors so they are readable. llvm-svn: 223557
diff --git a/lldb/source/Expression/ClangModulesDeclVendor.cpp b/lldb/source/Expression/ClangModulesDeclVendor.cpp index dc07ac7..46adaaf 100644 --- a/lldb/source/Expression/ClangModulesDeclVendor.cpp +++ b/lldb/source/Expression/ClangModulesDeclVendor.cpp
@@ -110,6 +110,7 @@ { default: error_stream.PutCString(diag.second.c_str()); + error_stream.PutChar('\n'); break; case clang::DiagnosticsEngine::Level::Ignored: break;