From 0dd1ee693160270bfeee8c0e944071edce2c7a86 Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Thu, 18 Jul 2024 14:50:04 +0200 Subject: [PATCH] Add diagnostics fixes to changelog --- extra/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extra/CHANGES.txt b/extra/CHANGES.txt index 24c578135d6..161adfb384a 100644 --- a/extra/CHANGES.txt +++ b/extra/CHANGES.txt @@ -14,6 +14,11 @@ all : fix pretty errors failure (#11700) all : disallow local statics when inlining (#11725) cpp : inherit `@:unreflective` on generic classes + display : unused pattern variables should be marked as unused (#7282) + display : diagnostics miss "used without being initialized" errors (#7931) + display : recursive inline is not supported on enum abstract constructor (#11177) + display : Void as value error disappears on second compilation (#11184) + display : false positives of "This cast has no effect, but some of its sub-expressions" (#11203) hl : fix bit shift + assignment in while loop header (#10783) hl : fix do-while loop in genhl+hlopt (#11461) macro : don't choke on namePos for reification pattern matching (#11671)