From: Ted Kremenek Date: Wed, 28 Jan 2009 05:18:08 +0000 (+0000) Subject: Fix diagnostic truncated by my last patch. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=103a185af4c1596a1642f732a37792a58059eced;p=clang Fix diagnostic truncated by my last patch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63180 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index a042b909e1..bbbe7646fd 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -2338,6 +2338,8 @@ PathDiagnosticPiece* CFRefReport::VisitNode(const ExplodedNode* N, os << "Call to function '" << FV->getDecl()->getNameAsString() <<'\''; else os << "function call"; + + os << " returns an object with a "; } else { assert (isa(S));