Skip to content

Commit 382c5c1

Browse files
authored
releasenotes.txt: clear notes. start working on 2.18 release notes. [skip ci] (danmar#7321)
1 parent ba7b394 commit 382c5c1

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

releasenotes.txt

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
Release Notes for Cppcheck 2.17
1+
Release Notes for Cppcheck 2.18
22

33
New checks:
4-
- staticFunction: detect functions that should have internal linkage since they
5-
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).
4+
-
75

86
Improved checking:
97
-
@@ -12,15 +10,10 @@ GUI:
1210
-
1311

1412
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.
13+
-
2014

2115
Deprecations:
2216
-
2317

2418
Other:
25-
- Removed deperecated support for builds via qmake.
2619
-

0 commit comments

Comments
 (0)