cppcheck/releasenotes.txt

23 lines
514 B
Plaintext
Raw Normal View History

2024-10-27 00:21:12 +02:00
Release Notes for Cppcheck 2.17
2021-10-05 01:28:19 -05:00
New checks:
- staticFunction: detect functions that should have internal linkage since they
are not used outside of their translation unit.
Improved checking:
-
GUI:
-
Changed interface:
-Added `reduced` check level. It can be activated with `--check-level=reduced`. You get faster analysis
but some fewer results. The motivation is to be able to make analysis time "acceptable" for direct usage.
Deprecations:
-
Other:
- Removed deperecated support for builds via qmake.
-