Update releasenotes.txt (#5180)

This commit is contained in:
Paul Fultz II 2023-06-22 03:40:36 -05:00 committed by GitHub
parent 4eebf2e733
commit 1ad51ed01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ release notes for cppcheck-2.11
- `constVariablePointer`
- 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.
- scanning projects (with -j1) will now defer the analysis of markup files until the whole code was processed
- Improve useStlAlgorithm check to handle many more conditions in the loop for any_of, all_of and none_of algorithms
- ValueFlow can evaluate the return value of functions even when conditionals are used
- ValueFlow will now forward the container sizes being returned froma function
- ValueFlow can infer possible values from possible symbolic values
- Improve valueflow after pushing to container