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

Refactor ASTRequestor to reduce the access it has to the compiler #2637

Commits on Jun 25, 2024

  1. Refactor ASTRequestor to reduce the access it has to the compiler

    This reduces the access that `ASTRequestor` has to the `CompilationUnitResolver`
    to just the method it needs, `createBinding`.
    
    This also makes it possible to use an alternate additional binding
    resolver instead of hardcoding the one implemented by `CompilationUnitResolver`.
    
    Signed-off-by: David Thompson <davthomp@redhat.com>
    datho7561 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    451b85f View commit details
    Browse the repository at this point in the history