Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SE-0031] Adjusting 'inout' Declarations for Type Decoration #1333

Merged
merged 4 commits into from
Feb 26, 2016

Commits on Feb 26, 2016

  1. [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.
    dduan committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    f48487d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780b58a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620f1e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb66ec8 View commit details
    Browse the repository at this point in the history