You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenotes.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,8 @@ release notes for cppcheck-2.11
15
15
- `constVariablePointer`
16
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
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
0 commit comments