Commits

Doug Gregor committed b632ef6ba02
Introduce an abstract ExplicitCastExpr, for explicit type casts. No functionality change: the only subclass is CoerceExpr, for cases where the user has forced an expression to a given type, e.g., Int32(17). Swift SVN r3278