|
|
|
|
|
by zadwang
1345 days ago
|
|
Correct. The “static analysis” section says that it is impossible to catch all cases where address is used which is true. However if the analysis checks for whether address is TAKEN, then it is trivial. I would like to propose that as an alternative- whenever address is taken the variable is per iteration. Otherwise per loop. This seems the simplest and logical modification. |
|