From c9073682cab84d7b863d5a20427f9ed403e50941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 21 May 2022 19:15:26 +0200 Subject: [PATCH] 2.9: empty release notes --- releasenotes.txt | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/releasenotes.txt b/releasenotes.txt index 0c7f2c35b..807afe900 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,18 +1,2 @@ -release notes for cppcheck-2.8 +release notes for cppcheck-2.9 -- Lifetime analysis can now track lifetime across user-defined constructors when they are inline and using member initializer list. -- SymbolDatabase can now deduce iterator types from how they are specified in the library files. -- ValueFlow can evaluate class member functions that return known values. -- Improve duplicateValueTenary to not warn when used as an lvalue or when one branch has side effects -- Fix variableScope to not warn when variables are used in lambda functions -- Fix unassignedVariable warnings when using structured bindings -- Fix redundantInitialization warning when variable is used in a lambda -- Fix variableScope warnings when using if/while init-statement -- Improve lifetime analysis when returning variadic template expressions -- Detect more statements with constStatement -- Detect variableScope for more types -- Improvements to unreadVariable -- Detect more instances of C style casts -- Warn if the return value of new is discarded -- The pre-ValueFlow uninitialized checker now uses a different ID as legacyUninitvar -- Extended library format to exclude specific function argument values