summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-01-28 05:18:08 +0000
committerTed Kremenek <kremenek@apple.com>2009-01-28 05:18:08 +0000
commitff3c2bdfeef96193e3923fe8b7452cca3d5890b6 (patch)
tree58f34f8d5af8d9fec5c0780e8d74eeeeca55dfc0 /clang/lib/Analysis/CFRefCount.cpp
parent758fda632b55366670af6b759cd78fcdd3f1994d (diff)
downloadbcm5719-llvm-ff3c2bdfeef96193e3923fe8b7452cca3d5890b6.tar.gz
bcm5719-llvm-ff3c2bdfeef96193e3923fe8b7452cca3d5890b6.zip
Fix diagnostic truncated by my last patch.
llvm-svn: 63180
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-rw-r--r--clang/lib/Analysis/CFRefCount.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp
index a042b909e1a..bbbe7646fd8 100644
--- a/clang/lib/Analysis/CFRefCount.cpp
+++ b/clang/lib/Analysis/CFRefCount.cpp
@@ -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));
OpenPOWER on IntegriCloud