forked from OSchip/llvm-project
Fix diagnostic truncated by my last patch.
llvm-svn: 63180
This commit is contained in:
parent
758fda632b
commit
ff3c2bdfee
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue