Commits

Daniel Duan committed b52fc6d3219
[Parser] Replace '=' with ':' for attribute argument. Implements [SE-0040](https://github.com/apple/swift-evolution/blob/master/proposals/0040-attributecolons.md). When specifying arguments for attributes, both '=' and ':' are now accepted. But '=' will generate a deprecation warning.