Commits

Daniel Duan committed f48487d3fbe
[Parser] adjust inout declaration for type decoration This commit implements [SE-0031](//github.com/apple/swift-evolution/blob/master/proposals/0031-adjusting-inout-declarations.md). When `inout` appears before parameter name, the parser issues a warning and suggests the correct alternate location for it. `inout` prefixing the paramter type is now valid.