cppcheck/releasenotes.txt
2025-01-11 11:54:29 +01:00

23 lines
514 B
Plaintext

Release Notes for Cppcheck 2.17
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.
-