Skip to content

Commit 1ad51ed

Browse files
authored
Update releasenotes.txt (#5180)
1 parent 4eebf2e commit 1ad51ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

releasenotes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ release notes for cppcheck-2.11
1515
- `constVariablePointer`
1616
- 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.
1717
- 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

0 commit comments

Comments
 (0)