Commits
Doug Gregor committed 442d58ea4ff
Simplify TypeChecker::fixAbstractFunctionNames and eliminate a silly crash.
Don't crash here when we need to add '_' to a parameter list. However,
while we're here, stop trying to emit Fix-Its for implicit
declarations and stop worrying about introducing a ':' after the name
for functions such as
func foo(Int) { ... }
because they're no longer permitted. Fixes rdar://problem/21333445.
Swift SVN r30195