Commits

Chris Lattner committed d2a604ab664
Remove trailing closure parsing from 'parseExprCallSuffix'. This is leftovers from one of the old selector syntaxes. The general expression suffix parsing loop handles trailing closures in a superset of the cases that this code does. NFC. Swift SVN r17604