Skip to content

Commit 5de6520

Browse files
committed
Fix
1 parent e26e045 commit 5de6520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/astutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2906,7 +2906,7 @@ static bool isExpressionChangedAt(const F& getExprTok,
29062906
// TODO: Is global variable really changed by function call?
29072907
return true;
29082908
}
2909-
int i = 1;
2909+
nonneg int i = 1;
29102910
bool aliased = false;
29112911
// If we can't find the expression then assume it is an alias
29122912
auto expr = getExprTok();

0 commit comments

Comments
 (0)