Commits

Chris Lattner committed fa581835451
Teach the parser to accept "mutating func f()" as an alias for "@mutating func f()". I'm keeping the @mutating version around so we can determine what to do with @!mutating. Also, improve the QoI of mutating related diagnostics. Swift SVN r13480