1.78
General changes:
- Reduced memory usage by up to 10% by reducing size of token list
New checks:
- Mismatching argument names between function declaration and definition
- Detect classes which have a copy constructor but no copy operator and vice versa
Checking improvements:
- Improved matching of overloaded functions
- Improved ValueType analysis, especially related to allocations with "new" and C++11's "auto"
- Improved support for C++11 brace initialization
- Improved ValueFlow analysis
- Improved template parsing
- Improved detection of memory leaks
- Improved nullpointer checking when nullptr and NULL are used
- Detect array out of bounds across compilation units
- Extended windows.cfg, posix.cfg and std.cfg
Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.