Commits

Ted Kremenek committed 11ed94d44d1
Provide a Swift-variant of NSLocalizedString in the Foundation overlay. The Swift variant uses a function with default arguments. In Objective-C NSBundle.h defines a set of macros that simulate default arguments. Implements <rdar://problem/15787627>. Swift SVN r16226