Commits

Chris Lattner committed 7f3d88632d8
Introduce a new AST node, named TypeExpr, which will be formed by sema when resolving identifiers into types. This will eventually allow us to solve annoying issues like rdar://15295763&15588967 by better modeling what we already have. Swift SVN r16620