diff options
Diffstat (limited to 'lib/StaticAnalyzer/Core/CFRefCount.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/CFRefCount.cpp | 2 |
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) { |