<div dir="ltr">Hello,<div><br></div><div>This patch is in similar vein to what done earlier to Module::globals/aliases etc. I would really like to iterate over function arguments like this in new code:</div><div><br></div>

<div>  for (Argument Arg : F.args()) {<br></div><div>    ...</div><div>  }</div><div><br></div><div>The question is: would it be OK to change existing code from explicit iteration with the .args_begin/args_end idiom to this new idiom?</div>

<div><br></div><div>PTAL,</div><div>Eli</div><div><br></div></div>