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
Fix #13685 FP uinitvar with nested compound statement scopes
PR #6714 introduced a regression in which variables initialized in nested
compound statements are incorrectly flagged as uninitialized by uninitvar.
Such scopes could be present due to usage of GNU compound statements.
0 commit comments