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

Ignore @inline(__always) and other attributes in ImplicitGetterRule #1309

Closed
jpsim opened this issue Feb 15, 2017 · 0 comments
Closed

Ignore @inline(__always) and other attributes in ImplicitGetterRule #1309

jpsim opened this issue Feb 15, 2017 · 0 comments
Labels
enhancement Ideas for improvements of existing features and rules.

Comments

@jpsim
Copy link
Collaborator

jpsim commented Feb 15, 2017

For example: https://github.com/apple/swift/blob/75644d28f9908956f872110f04a1a935887b5e00/stdlib/public/core/Builtin.swift#L406:21

internal var _objCTaggedPointerBits: UInt {
  @inline(__always) get { return 0 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Ideas for improvements of existing features and rules.
Projects
None yet
Development

No branches or pull requests

1 participant