Static analysis of C/C++ code. Checks for: memory s, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0% false positives. See http://cppcheck.sourceforge.net for more information.
License
GNU General Public License version 3.0 (GPLv3)Follow cppcheck
You Might Also Like
eToro: One-stop crypto
Join a global community of over 35 million investors trading cryptocurrencies on eToro's user-friendly platform with transparent fees. **Disclaimer Don't invest unless you are prepared to loose all the money you invested.
Rate This Project
Login To Rate This ProjectUser Reviews
- It gets the job done.
- Great tool. Compared to other (paid) tools, the ease of use of Cppcheck is remarkable. It does find issues if you configure it correctly. Via Cmake I was able to custom targets to my solution that check the project in the way I want it to. It's very fast. The Misra2012 addon finds a lot of issues that Polyspace doesn't, but the same is true the other way around. I think the 2 tools complement each other nicely. The support in the discussion forum is greatly appreciated and makes the tool better. Regards
- Great open source tool with good support!
- Bug
- Looks good so far - I was in error in my assessment as to building the tool. I was using 2010 and not 2019. 2019 worked fine. Also, I noticed an installer too. So my original comment was a knee-jerk. Apologies.