-
Bug
-
Resolution: Fixed
-
Major
-
Mac OS 10.7.2 running X Code 4.2
I have run the Clang scan-build plugin against my code which is ARC'd. The output I get contains a large number of warnings of potential memory leaks. These are not valid & imply the plugin does not recognised ARC'd code.
Hi, I raised this as a bug to the clang scan-build guys and a fix has been applied - see http://llvm.org/bugs/show_bug.cgi?id=11348.
Basically, install checker-260 with this fix to ccc-analyzer: http://llvm.org/viewvc/llvm-project?view=rev&revision=149094.