[LLVMbugs] [Bug 5380] cppcheck on the whole source tree as of 3.10.2009

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Nov 3 13:53:18 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=5380


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Chris Lattner <clattner at apple.com>  2009-11-03 15:53:18 ---
All the memory leaks look bogus.  It doesn't realize that new (...
somebasicblock) transfers ownership to the basic block. (as one example).  If
you're interested in doing this, please run it on mainline SVN head.  These
results are too old to do anything with.  Thanks for working on this though!


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list