Commits

Joe Groff committed 18b4650f50f
Sema/SILGen: Make default argument generators work for generic functions. Tweak the AST representation and type-checking of default arguments to preserve a full ConcreteDeclRef with substitutions to the owner of the default arguments. In SILGen, emit default argument generators with the same genericity as the original function. Swift SVN r18760