Skip to content

Commit 353f540

Browse files
committed
releasenotes.txt: bumped version to 2.12
1 parent 557241a commit 353f540

1 file changed

Lines changed: 10 additions & 21 deletions

File tree

releasenotes.txt

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
release notes for cppcheck-2.11
1+
release notes for cppcheck-2.12
22

3-
- The new option --check-level=<level> has been added that controls how much checking is made by Cppcheck. The default checking level is "normal". If you feel that you can wait longer on results you can use --check-level=exhaustive.
4-
- The platform type 'Unspecified' within .cppcheck projects has been deprecated and will be removed in Cppcheck 2.14. Please use 'unspecified' instead.
5-
- It is no longer necessary to run "--check-config" to get detailed "missingInclude" and "missingIncludeSystem" messages. They will always be issued in the regular analysis if "missingInclude" is enabled.
6-
- "missingInclude" and "missingIncludeSystem" are reported with "-j" is > 1 and processes are used in the backend (default in non-Windows binaries)
7-
- "missingInclude" and "missingIncludeSystem" will now cause the "--error-exitcode" to be applied
8-
- "--enable=information" will no longer implicitly enable "missingInclude" starting with 2.16. Please enable it explicitly if you require it.
9-
- The `constParameter` and `constVariable` checks have been split into 3 different IDs based on if the variable is a pointer, a reference, or local. The different IDs will allow users to suppress different const warning based on variable type.
10-
- `constParameter`
11-
- `constParameterReference`
12-
- `constParameterPointer`
13-
- `constVariable`
14-
- `constVariableReference`
15-
- `constVariablePointer`
16-
- More command-line parameters will now check if the given integer argument is actually valid. Several other internal string-to-integer conversions will not be error checked.
17-
- scanning projects (with -j1) will now defer the analysis of markup files until the whole code was processed
18-
- Improve useStlAlgorithm check to handle many more conditions in the loop for any_of, all_of and none_of algorithms
19-
- ValueFlow can evaluate the return value of functions even when conditionals are used
20-
- ValueFlow will now forward the container sizes being returned froma function
21-
- ValueFlow can infer possible values from possible symbolic values
22-
- Improve valueflow after pushing to container
3+
New checks:
4+
5+
Improved checking:
6+
7+
GUI:
8+
9+
Changed interface:
10+
11+
Other:

0 commit comments

Comments
 (0)