diff options
| author | Jordy Rose <jediknil@belkadan.com> | 2011-08-24 22:45:12 +0000 |
|---|---|---|
| committer | Jordy Rose <jediknil@belkadan.com> | 2011-08-24 22:45:12 +0000 |
| commit | 763982b82d9007cbaade2e623a033e32fedd3c44 (patch) | |
| tree | 92b68f5c176c2387231917248677daa7c28f84e2 /clang/lib/StaticAnalyzer/Core/CFRefCount.cpp | |
| parent | 37612a3de3a13e8d489a19229be99e6c4ab2bc01 (diff) | |
| download | bcm5719-llvm-763982b82d9007cbaade2e623a033e32fedd3c44.tar.gz bcm5719-llvm-763982b82d9007cbaade2e623a033e32fedd3c44.zip | |
[analyzer] Remove experimental FIXME that never actually applied to the code in trunk.
llvm-svn: 138508
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CFRefCount.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Core/CFRefCount.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp b/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp index ff65dd5a8b4..3c3bd3402ee 100644 --- a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp +++ b/clang/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) { |

