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

Compute specific constant values. #4128

Merged
merged 6 commits into from
Jul 16, 2024

Commits on Jul 12, 2024

  1. Compute specific constant values.

    When forming a generic instance (soon to be called a specific), evaluate
    the eval block of the generic to determine the values of any constants
    used in that specific.
    
    Include the computed results in the formatted SemIR output.
    zygoloid committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    268118e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bbeb2 View commit details
    Browse the repository at this point in the history
  3. clang-format

    zygoloid committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5d3031b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a7b18c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Use string literals rather than character literals for consistency.

    Co-authored-by: Jon Ross-Perkins <[email protected]>
    zygoloid and jonmeow authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    813519f View commit details
    Browse the repository at this point in the history
  2. Review comments.

    zygoloid committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bc209f1 View commit details
    Browse the repository at this point in the history