File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1- Release Notes for Cppcheck 2.16
2-
3- New checks:
4- -
1+ Release Notes for Cppcheck 2.16.0
52
63Improved checking:
7- -
8-
9- GUI:
10- -
4+ - constVariable; checking multidimensional arrays
5+ - constVariablePointer; nested array access
6+ - deallocuse
117
128Changed interface:
139- SARIF output. Use --output-format=sarif to activate this.
1410- Add option --output-format=<format>. Allowed formats are sarif and xml.
15- -
1611
1712Deprecations:
1813- The previously deprecated support for Python 2.7 has been removed. please use Python 3 instead.
1914- The maximum value for --max-ctu-depth is currently capped at 10. This limitation will be removed in a future release.
20- -
2115
2216Other:
2317- "missingInclude" is no longer implicitly enabled with "information" - you need to enable it explicitly now.
24- -
18+ - Fixed checkers report when --addon=misra.py or --addon=misra.json is used.
You can’t perform that action at this time.
0 commit comments