Commits

Dmitri Hrybenko committed 406e5ca2064
SILGen: when emitting default argument generator functions that contain magic literals, don't actually use the source information of the *function definition* to generate these functions. Doing so leaks information about source code into the binary, and these default argument generators are never called anyway. rdar://17054642 Swift SVN r18654