From: Ted Kremenek Date: Mon, 10 Sep 2012 06:19:43 +0000 (+0000) Subject: Indent the "message" key in analyzer plist output. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c06f036a3092a7e019979e1ca836a1fbe14edc7;p=clang Indent the "message" key in analyzer plist output. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163487 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp b/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp index 0a534bf7c0..7d9c2236f4 100644 --- a/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp +++ b/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp @@ -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) << "message\n"; + Indent(o, indent); EmitString(o, P.getString()) << '\n'; // Finish up.