[cfe-commits] r138508 - /cfe/trunk/lib/StaticAnalyzer/Core/CFRefCount.cpp

Jordy Rose jediknil at belkadan.com
Wed Aug 24 15:45:13 PDT 2011


Author: jrose
Date: Wed Aug 24 17:45:12 2011
New Revision: 138508

URL: http://llvm.org/viewvc/llvm-project?rev=138508&view=rev
Log:
[analyzer] Remove experimental FIXME that never actually applied to the code in trunk.

Modified:
    cfe/trunk/lib/StaticAnalyzer/Core/CFRefCount.cpp

Modified: cfe/trunk/lib/StaticAnalyzer/Core/CFRefCount.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/CFRefCount.cpp?rev=138508&r1=138507&r2=138508&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/CFRefCount.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/CFRefCount.cpp Wed Aug 24 17:45:12 2011
@@ -3543,8 +3543,6 @@
 
       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) {





More information about the cfe-commits mailing list