Commits

Argyrios Kyrtzidis committed e2246673155
Refactor Implicit'ness of expressions. Introduce a bit in Expr to indicate whether the expression is implicit and decouple the implicitness of an expression from whether it has a source location or not. This allows implicit expressions to be able to point at the source location where they originated from. It also allows decoupling the implicitness of a parent from its children, so for example, an implicit CallExpr can have an explicit parameter value. Swift SVN r8600