- Freeware
- - Development
- - Other
- - Cppcheck
Cppcheck 2.20.0 freeware
Cppcheck, developed by Daniel Marjamäki, is a powerful static analysis tool designed specifically for C and C++ code. It excels in identifying bugs, undefined behavior, and potential vulnerabilities, making it an essential companion for developers aiming to enhance code quality. With its user-friendly interface and extensive reporting features, Cppcheck allows for easy integration into various development environments. Its open-source nature ensures continuous improvement and community support, ...
| Author | Daniel Marjamäki |
| Released | 2026-03-02 |
| Filesize | 22.70 MB |
| Downloads | 2067 |
| OS | Windows 11, Windows 10 64 bit, Windows 8 64 bit, Windows 7 64 bit, Windows Vista |
| Installation | Instal And Uninstall |
| Keywords | check source code, source code analyzer, source code checker, analyzer, source code, syntax, check |
| Users' rating (44 rating) |
Cppcheck Free Download - we do not host any Cppcheck torrent files or links of Cppcheck on rapidshare.com, depositfiles.com, megaupload.com etc. All Cppcheck download links are direct Cppcheck download from publisher site or their selected mirrors.
| 2.20.0 | Mar 2, 2026 | New Release | GUI: Fix: The Misra C checkbox in "Edit Project" dialog is unchecked after reloading project. Fix: In the Misra Report, use proper icons according to misra classifications Fix: The platform files are not shown in the dropdown in ProjectFileDialog Troubleshooting: detailed progress view that shows what files the threads are working on Changed interface: Removed CMake option "DISABLE_CRTDBG_MAP_ALLOC" CMake option "BUILD_TESTS" has been deprecated and will be removed in Cppcheck 2.22 - use "BUILD_TESTING" instead Other: The built-in "win*" and "unix*" platforms will now default to signed char type instead of unknown signedness. If you require unsigned chars please specify "--funsigned-char" Bumped minimum required CMake version to 3.22 Support inline polyspace suppressions |
| 2.19.0 | Dec 22, 2025 | New Release | Major bug fixes & crashes: Crash in CheckClass::checkConst() fuzzing crash (assert) in Token::update_property_info() Crash in checkConstVariable() Crash in valueFlowLifetimeClassConstructor() GUI: scratch pad crash Assert failure in getParentValueTypes() Crash in simplecpp::Macro::expand() crash in Tokenizer::simplifyCPPAttribute() New checks: Detect zero initialization of unions in which its largest member is not declared as the first one. Depending on the compiler, there's no guarantee that the complete union will be zero initialized in such scenarios leading to potential access of uninitialized memory. Added warning when main() throws an exception C/C++ support: Fixed syntax error for C++23 lambda without parameter clause Added support for typeof and __typeof operators GUI: Fix bug: checks multiple configurations even though user provides defines Changed interface: some preprocessorErrorDirective and syntaxError errors got more specific error IDs. Removed deprecated platforms unix32-unsigned and unix64-unsigned Improve progress value Added float bits support in platform configuration Fixed --showtime not accounting for addons Performance: Introduced cache for followAllReferences() calls Infrastructure & dependencies: Removed deprecated support for builds with Qt5. Added make variables CXXOPTS and LDOPTS to extend existing CXXFLAGS and LDFLAGS. Added make variables CPPOPTS to extend existing CPPFLAGS. CPPFLAGS are not longer being passed to the linker command for cppcheck and testrunner. Updated Qt to 6.10.0 (official Windows release only). The official Windows binary is now built against Boost 1.89 for increased performance. Updated to simplecpp 1.6.2 The Visual Studio builds not longer set the WIN32 define. Added DISALLOW_PROCESS_EXECUTOR for building without fork(). |
| 2.16.0 | Oct 28, 2024 | New Release | Improved checking: constVariable; checking multidimensional arrays constVariablePointer; nested array access deallocuse Changed interface: SARIF output. Use --output-format=sarif to activate this. Add option --output-format=. Allowed formats are sarif and xml. Deprecations: The previously deprecated support for Python 2.7 has been removed. please use Python 3 instead. The maximum value for --max-ctu-depth is currently capped at 10. This limitation will be removed in a future release. Other: "missingInclude" is no longer implicitly enabled with "information" - you need to enable it explicitly now. Fixed checkers report when --addon=misra.py or --addon=misra.json is used. |