Added ForeachStmt (felt better than ForEachStmt). This new node is a bit optimistic in that currently it is covering a very narrow case, but with improvements to it and RangeExpr, it could handle many more kind of loops. (details)
Fixed a bad initialization in ForeachStmt. Seems to have been there in some form for some time. (details)
Commit
fca78f10fcf2198f57e0f9e7ea3fe351ee91befa
by ajbeach
Added ForeachStmt (felt better than ForEachStmt). This new node is a bit optimistic in that currently it is covering a very narrow case, but with improvements to it and RangeExpr, it could handle many more kind of loops.