mirror of
https://github.com/danmar/cppcheck.git
synced 2025-01-15 17:12:30 +08:00
a5cf0dd26f
Introduced in PR #7127.
23 lines
514 B
Plaintext
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.
|
|
-
|