Commits

Doug Gregor committed d52750a730d
Match default arguments to the function or constructor declaration they came from. When we form a tuple that uses default arguments, find the source of the default arguments (which will be a function or constructor declaration). This information will eventually be introduced into the AST. Swift SVN r6277