Commits

Chris Lattner committed b0db1229259
fix rdar://19763676 - False positive in @noescape analysis triggered by parameter label This changes CSApply to propagate the noescape (and noreturn) bits into a closureexpr even when the closure type is undergoing some sort of conversion, since the conversion doesn't affect the semantics of these bits. Swift SVN r25454