Commits

Doug Gregor committed 4350b9aba07
Fix the builtin type from which integer and floating literals are created. This enables floating point literals to work in generics, fixing <rdar://problem/14035609>. It also helps toward dealing with generic literal types, although that won't work in general. Swift SVN r5483