Commits

Dmitri Hrybenko committed ce54da31236
Use NullablePtr in ForStmt ForStmt::Cond is already a NullablePtr<>. This patch changes ForStmt::Initializer and ForStmt::Increment to be NullablePtr. Otherwise it looks like Cond can be null, while Initializer and Increment can not. Swift SVN r7265