cppcheck News
Static source code analysis tool for C and C++ code
Brought to you by:
danielmarjamaki
Cppcheck-1.79 has been released
General changes:
- C++ code in C files is rejected now (use --language=c++ to enforce checking the code as C++)
- Write function access type to XML dump
Checking improvements:
- Improved configuration extraction in preprocessor
- Improved accuracy of AST
- Improved template parsing
- Improved support for (STL) containers in SymbolDatabase
- Improved support for C++11's 'auto' type
- Experimental support for uninitialized variables in ValueFlow analysis
- Added qt.cfg and sfml.cfg, improved several existing .cfg files
GUI:
- Use CFGDIR macro
Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.
Hi,
I am woundering why cppcheck do't allow to check infinite loops and fallthrough cases. Is their any way i can implement these checks in cppcheck.