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

Make "none" DataType explicit #5491

Merged
merged 4 commits into from
May 1, 2020
Merged

Make "none" DataType explicit #5491

merged 4 commits into from
May 1, 2020

Commits on Apr 30, 2020

  1. Make "none" DataType explicit

    The None data type is created when converting an empty string to DataType.
    Add functions to create it and recognize it. Convert it to the "void" LLVM
    type in LLVM codegen.
    Krzysztof Parzyszek committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d6df36d View commit details
    Browse the repository at this point in the history
  2. Rename "none" to "void"

    Krzysztof Parzyszek committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    0cee391 View commit details
    Browse the repository at this point in the history
  3. Map VoidType:Type -> Void:DataType in GetRuntimeDataType

    Krzysztof Parzyszek committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ee1bf8f View commit details
    Browse the repository at this point in the history
  4. Map Void:DataType -> VoidType:Type in GetType

    Krzysztof Parzyszek committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    5c1f69d View commit details
    Browse the repository at this point in the history