1.79
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
Windows installer:
- We have dropped support for Windows XP in the precompiled binary. It was too much work to maintain the toolset.
Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.