Skip to content

WIP: [CodeCompletion] Migrate PostfixExprParen to solver-based #42156

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

Closed

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Apr 3, 2022

rdar://91228881

@ahoppen
Copy link
Member Author

ahoppen commented Apr 3, 2022

@swift-ci Please SourceKit stress test

@ahoppen ahoppen force-pushed the pr/migrate-postfixexprparen-solver-based branch from 3b15651 to 9af44d9 Compare April 8, 2022 14:27
@ahoppen
Copy link
Member Author

ahoppen commented Apr 8, 2022

@swift-ci Please SourceKit stress test

@ahoppen ahoppen force-pushed the pr/migrate-postfixexprparen-solver-based branch from 9af44d9 to 9b78715 Compare April 13, 2022 10:04
ahoppen added 8 commits April 13, 2022 12:05
…t part of the AST

The code completion might occur inside an attriubte that isn’t part of the AST because it’s missing a `VarDecl` that it could be attached to. In these cases, record the `CustomAttr` and type check it standalone, pretending it was part of a `DeclContext`.
@ahoppen ahoppen force-pushed the pr/migrate-postfixexprparen-solver-based branch from 9b78715 to 0c75e3b Compare April 13, 2022 10:24
@ahoppen
Copy link
Member Author

ahoppen commented Apr 13, 2022

@swift-ci Please SourceKit stress test

@ahoppen
Copy link
Member Author

ahoppen commented Mar 17, 2023

This is now part of #63717

@ahoppen ahoppen closed this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant