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

[Function builders] Use one-way constraints for closure parameters. #32305

Merged

Commits on Jun 10, 2020

  1. [Function builders] Use one-way constraints for closure parameters.

    Introduce one-way constraints for the parameters of closures to which a
    function builder is being applied. This was an intended part of the
    model when one-way constraints were introduced, but somehow got
    missed. This should further break up large constraints systems for
    faster solving, and *most likely* won't break much source code in
    practice.
    
    Fixes rdar://problem/64231116.
    DougGregor committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    f60d17b View commit details
    Browse the repository at this point in the history