[cfe-dev] No bugs found
Rian Quinn
rianquinn at mac.com
Sat Apr 19 16:07:00 PDT 2014
I downloaded the new checker, and unpacked it to my downloads folder (on a mac). I then ran
~/Downloads/checker*/scan-build make -j9
on an existing Qt project that I have. The code build with no problems. Its 10K+ lines of code, and it found no bugs. So I then added a memory leak to the code
int *i = new int;
and ran it again and once again, no bugs found. So, what am I doing wrong.
Thanks,
- Rian
More information about the cfe-dev
mailing list