Skip to content

Commit 3d0f335

Browse files
committed
releasenotes: tweaks [skip ci]
1 parent ba7b394 commit 3d0f335

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

releasenotes.txt

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,17 @@ Release Notes for Cppcheck 2.17
33
New checks:
44
- staticFunction: detect functions that should have internal linkage since they
55
are not used outside of their translation unit (C code only).
6-
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory, nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory, ctunullpointerOutOfResources).
7-
8-
Improved checking:
9-
-
10-
11-
GUI:
12-
-
6+
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory,
7+
nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory,
8+
ctunullpointerOutOfResources).
139

1410
Changed interface:
15-
-Added `reduced` check level. It can be activated with `--check-level=reduced`. You get faster analysis
16-
but some fewer results. The motivation is to be able to make analysis time "acceptable" for direct usage.
17-
18-
-Added `--report-type` option. Enables printing of guidelines and classifications for several coding
19-
standards in place of the regular error identifiers and severities.
20-
21-
Deprecations:
22-
-
11+
- Added `reduced` check level. It can be activated with `--check-level=reduced`. You get faster analysis
12+
but some fewer results. The motivation is to be able to make analysis time "acceptable" for direct usage.
13+
- Added `--report-type` option. Enables printing of guidelines and classifications for several coding
14+
standards in place of the regular error identifiers and severities.
2315

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

0 commit comments

Comments
 (0)