Commits

Doug Gregor committed d603db43f2f
Make factory methods unavailable when there is already a corresponding initializer. Depending on visitation order, we would occasionally leave the factory method available if we had completely imported the initializer first. Fixes <rdar://problem/17261609>. Swift SVN r21361