Fix diagnostic truncated by my last patch.

llvm-svn: 63180
This commit is contained in:
Ted Kremenek 2009-01-28 05:18:08 +00:00
parent 758fda632b
commit ff3c2bdfee
1 changed files with 2 additions and 0 deletions

View File

@ -2338,6 +2338,8 @@ PathDiagnosticPiece* CFRefReport::VisitNode(const ExplodedNode<GRState>* N,
os << "Call to function '" << FV->getDecl()->getNameAsString() <<'\'';
else
os << "function call";
os << " returns an object with a ";
}
else {
assert (isa<ObjCMessageExpr>(S));