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

[APInt] Fix APInt constructions where value does not fit bitwidth (NFCI) #80309

Merged
merged 7 commits into from
Oct 17, 2024

Commits on Oct 15, 2024

  1. apint only

    nikic committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9679519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    665720f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Cast to unsigned char instead

    nikic committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2dba028 View commit details
    Browse the repository at this point in the history
  2. Set isSigned=true for ActOnIntegerConstant

    And change argument to int64_t for clarity.
    nikic committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    99d7e27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38e2027 View commit details
    Browse the repository at this point in the history
  4. Fix clang-format

    nikic committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    796f5ef View commit details
    Browse the repository at this point in the history
  5. Use maxUIntN

    nikic committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1851f82 View commit details
    Browse the repository at this point in the history