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

Update conversion sequences and describe ranks #168

Merged
merged 3 commits into from
Apr 15, 2024

Commits on Feb 15, 2024

  1. Update conversion sequences and describe ranks

    This change fixes a spec bug in the description of HLSL truncation
    casts, restricts the array-to-pointer cast to unbounded arrays (where
    they decay to pointers), and specifies integral and floating point
    conversion ranks.
    
    This updates the spec to be more consistent with how the language is
    being implemented in clang and lays the groundwork for describing
    overload resolution rules.
    llvm-beanz committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cd76583 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update specs/language/conversions.tex

    Co-authored-by: S. Bharadwaj Yadavalli <[email protected]>
    llvm-beanz and bharadwajy authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    82eb7c6 View commit details
    Browse the repository at this point in the history
  2. Update specs/language/conversions.tex

    Co-authored-by: S. Bharadwaj Yadavalli <[email protected]>
    llvm-beanz and bharadwajy authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    da9614c View commit details
    Browse the repository at this point in the history