Commits

Doug Gregor committed 07bec981d8a
Introduce FixedTypeRepr to handle those few cases where we need a Type in a TypeRepr. This TypeRepr should be used sparingly, where we have some fixed type that cannot otherwise be expressed in the language. It's better than faking up an IdentTypeRepr. Swift SVN r32372