I am working on an iPhone application.
To find memory leaks, I started the application with tools that gave me a lot of leaks. which I couldn’t understand then on the forum, somewhere I read that tools give side leaks someday, so I have to start with Static analysis.
Then I used the Clang Static analyzer, and it gave me only 7 errors after I decided that my application did not contain errors in the static analysis view.
Both test leaks were different.
If I'm still testing tools, it still leaks.
So my question is, should I rely on the results of the clang static analyzer or the tools results.
source share