Skip to content

Commit

Permalink
releasenotes: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Feb 23, 2025
1 parent ba7b394 commit 777084b
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,17 @@ 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 (C code only).
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory, nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory, ctunullpointerOutOfResources).

Improved checking:
-

GUI:
-
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory,
nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory,
ctunullpointerOutOfResources).

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.

-Added `--report-type` option. Enables printing of guidelines and classifications for several coding
standards in place of the regular error identifiers and severities.

Deprecations:
-
- 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.
- Added `--report-type` option. Enables printing of guidelines and classifications for several coding
standards in place of the regular error identifiers and severities.

Other:
- Removed deperecated support for builds via qmake.
-
- Using a handwritten rule texts file for MISRA C addon violates license and copyright terms. See the
manual for instructions how to download a official rule texts file from MISRA.

0 comments on commit 777084b

Please sign in to comment.