Commits

Argyrios Kyrtzidis committed f616eeee8b6
Utilize TypeReprs for type checking. -Refactor Parser to stop creating types -Refactor TypeChecker to create types by resolving TypeReprs. -Remove "validation" bit from the type system. We don't need to "validate" every type that gets created but there's still a validation bit in TypeLoc, necessary because of generic substitutions. Swift SVN r6326