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.
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. -Sam
lparenloc.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
