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

Add HeapBufferType to represent _ddata in Dyno #26065

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Update TODO for migrating types to be backed by modules

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b9f02a View commit details
    Browse the repository at this point in the history
  2. Introduce PtrType parent class of CPtrType

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b0bf50 View commit details
    Browse the repository at this point in the history
  3. Add initial implementation of HeapBufferType

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    654e910 View commit details
    Browse the repository at this point in the history
  4. Add tests of HeapBufferType

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4f8954e View commit details
    Browse the repository at this point in the history
  5. Get most HeapBufferType tests passing

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5662789 View commit details
    Browse the repository at this point in the history
  6. Compiler-generate _ddata.this

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    02d19c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3774b0 View commit details
    Browse the repository at this point in the history
  8. Add HeapBufferType to convert-uast

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    521924c View commit details
    Browse the repository at this point in the history
  9. Register _ddata as builtin HeapBufferType

    Signed-off-by: Anna Rift <[email protected]>
    riftEmber committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b8748fa View commit details
    Browse the repository at this point in the history