Calls to ActOnCXXForRangeStmt included an LParenLoc parameter, which was used in exactly one place, as a parameter to ActOnObjCCollectionStmt. The LParenLoc parameter to ActOnObjCCollectionStmt isn't used at all. <div>
<br></div><div>I'm not sure if the extra parameters were added with the intention of using them eventually, but in case they're not needed, this patch removes the unused parameters to these functions.</div><div><br>
</div><div>-Sam</div>