Commits

Chris Lattner committed 5a4464fbcab
Fix <rdar://19935319> QoI: poor diagnostic initializing a variable with a non-class func It is a common point of confusion that property initializers cannot access self, so produce a tailored diagnostic for it. Also, when building implicit TypeExprs for the self type, properly mark them implicit.