aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/CFRefCount.cpp
diff options
context:
space:
mode:
authorJordy Rose <jediknil@belkadan.com>2011-08-24 22:45:12 +0000
committerJordy Rose <jediknil@belkadan.com>2011-08-24 22:45:12 +0000
commit4f227aaad2143f74ef26ea8b06fa4d73de4d3fa2 (patch)
tree7578c7288400278befb48d036bb53ea21f4efba6 /lib/StaticAnalyzer/Core/CFRefCount.cpp
parent2058956954802229bf98604e8063fa57677abff4 (diff)
[analyzer] Remove experimental FIXME that never actually applied to the code in trunk.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/CFRefCount.cpp')
-rw-r--r--lib/StaticAnalyzer/Core/CFRefCount.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/StaticAnalyzer/Core/CFRefCount.cpp b/lib/StaticAnalyzer/Core/CFRefCount.cpp
index ff65dd5a8b..3c3bd3402e 100644
--- a/lib/StaticAnalyzer/Core/CFRefCount.cpp
+++ b/lib/StaticAnalyzer/Core/CFRefCount.cpp
@@ -3543,8 +3543,6 @@ void RetainReleaseChecker::checkReturnWithRetEffect(const ReturnStmt *S,
static SimpleProgramPointTag
ReturnNotOwnedTag("RetainReleaseChecker : ReturnNotOwnedForOwned");
- // FIXME: This PostStmt is a lie. But currently CFRefReport expects all
- // interesting things to happen in PostStmt nodes.
ExplodedNode *N = Builder.generateNode(S, state, Pred,
&ReturnNotOwnedTag);
if (N) {