Indent the "message" key in analyzer plist output.
llvm-svn: 163487
This commit is contained in:
parent
dc1f6bc454
commit
9b9ee2a616
|
@ -246,6 +246,7 @@ static void ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P,
|
|||
// Output the short text.
|
||||
// FIXME: Really use a short string.
|
||||
Indent(o, indent) << "<key>message</key>\n";
|
||||
Indent(o, indent);
|
||||
EmitString(o, P.getString()) << '\n';
|
||||
|
||||
// Finish up.
|
||||
|
|
Loading…
Reference in New Issue