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

Support for stubbing out foreign functions #2658

Merged
merged 7 commits into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. Support for stubbing out extern functions

    Signed-off-by: Felipe R. Monteiro <[email protected]>
    feliperodri committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1d88453 View commit details
    Browse the repository at this point in the history
  2. Only replace call to foreign functions

    Signed-off-by: Felipe R. Monteiro <[email protected]>
    feliperodri committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d0c0e31 View commit details
    Browse the repository at this point in the history
  3. Add test case with function pointer

    Signed-off-by: Felipe R. Monteiro <[email protected]>
    feliperodri committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    78f77ff View commit details
    Browse the repository at this point in the history
  4. Add function-pointer test case without generic type

    Signed-off-by: Felipe R. Monteiro <[email protected]>
    feliperodri committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3cde065 View commit details
    Browse the repository at this point in the history
  5. Only store local declarations in ForeignFunctionTransformer

    Signed-off-by: Felipe R. Monteiro <[email protected]>
    feliperodri committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    420905d View commit details
    Browse the repository at this point in the history
  6. Breakdown the regression into multiple harnesses

    Signed-off-by: Felipe R. Monteiro <[email protected]>
    feliperodri committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2d84403 View commit details
    Browse the repository at this point in the history
  7. Comply with toolchain update

    Signed-off-by: Felipe R. Monteiro <[email protected]>
    feliperodri committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9be2b44 View commit details
    Browse the repository at this point in the history