-
Notifications
You must be signed in to change notification settings - Fork 448
[SwiftParser] Ignore '(' on newline after attribute name #3132
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
Conversation
swiftlang/swift#83497 |
1066b7f
to
b061f89
Compare
swiftlang/swift#83497 |
1 similar comment
swiftlang/swift#83497 |
Some builtin attributes mistakingly accepted '(' on newline, while custom attribute didn't. For consistency, ignore '(' on next line.
b061f89
to
a666fd3
Compare
swiftlang/swift#83497 |
swiftlang/swift#83497 |
2 similar comments
swiftlang/swift#83497 |
swiftlang/swift#83497 |
Re-running since this will end up failing with the foundation issue (I just merged a swift-corelibs-foundation change to fix that). |
swiftlang/swift#83497 |
7 similar comments
swiftlang/swift#83497 |
swiftlang/swift#83497 |
swiftlang/swift#83497 |
swiftlang/swift#83497 |
swiftlang/swift#83497 |
swiftlang/swift#83497 |
swiftlang/swift#83497 |
Some builtin attributes mistakingly accepted '(' on newline, while custom attribute didn't. For consistency, ignore '(' on next line.