Commits

Doug Gregor committed dcae46ecc9f
Tighten up the checking of whether a user-defined type is a literal type. The "isLiteralCompatibleType" check was allowing arbitrary recursion, while the actual application forming the literal type was not. We only want two steps, not an arbitrary number of steps. Swift SVN r5380