-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Swift: remove unneeded properties from InterpolatedStringLiteralExpr
#13238
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
Swift: remove unneeded properties from InterpolatedStringLiteralExpr
#13238
Conversation
These properties were unused in the QL library (hence the full upgrade/downgrade compatibility).
84d751d
to
9a0f874
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of questions, but LGTM.
swift/ql/lib/upgrades/ba4171b90d0665b40e9e203bac9e3d4a0b2d03ec/integer_literal_exprs.ql
Show resolved
Hide resolved
swift/downgrades/44e36e15e90bc1535964d9b86b3cd06a8b0d26e3/upgrade.properties
Outdated
Show resolved
Hide resolved
…m-interpolated-strings
DCA looks good as far as I'm concerned, this can be merged as soon as CI is happy. |
…m-interpolated-strings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
These properties were unused in the QL library (hence the full upgrade/downgrade compatibility).