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

Index expressible-by-literal expressions. #60432

Merged
merged 1 commit into from
Aug 30, 2022

Commits on Aug 28, 2022

  1. Index expressible-by-literal expressions.

    When a value is initialized or coerced for a type that conforms to
    one of the `ExpressibleBy*Literal` protocols (or
    `ExpressibleByStringInterpolation`), this change records an implicit
    call to the corresponding `init(...Literal:)` in the indexstore,
    located at the beginning of the literal.
    allevato committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    31d1b3a View commit details
    Browse the repository at this point in the history