Improved flow analysis in general and especially for "for" loops. Added more
tests.
This commit is contained in:
@@ -22,7 +22,7 @@ static int f2(void)
|
||||
/* Unreachable */
|
||||
break;
|
||||
}
|
||||
/* Unreachable but no warning */
|
||||
/* Unreachable */
|
||||
a = 2;
|
||||
return a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user