Commits

Joe Groff committed 02d6a04b349
Remove 'new' syntax for class constructors. Fixes <rdar://problem/13723781>. T(x) still has some lingering conversion behavior, so there's a type-checking ambiguity in classes that are constructible from super- or subclasses, like stdlib's File is from VFSObject. I cheesed around this for now by using keywords in the constructor forms that have ambiguities. This issue should go away when we finish making T(x) mean only construction. Swift SVN r5002