Commits

Argyrios Kyrtzidis committed a70eff66095
Introduce TypeRepr and related subclasses, that is a representation of a type as written in source. This the first part for improving source location fidelity for types, changes to follow: -The Parser will not create any types, it will just create TypeReprs. -The type checker will create the types by going through TypeReprs. -IdentifierType will be removed. Swift SVN r6112