Skip to content

Move getTypeForMangling() to AST #20252

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

Merged

Conversation

slavapestov
Copy link
Contributor

I defined this in RemoteAST to begin with because it used the RemoteASTTypeBuilder class defined in the same file. However this class does not depend on the rest of RemoteAST, so let's move it to include/swift/AST/ASTDemangler.h, to go with ASTMangler.h. This means that SourceKit can now use getTypeForMangling() without depending on RemoteAST (and IRGen).

@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov slavapestov force-pushed the move-get-type-for-mangling-to-ast branch from 8a98b25 to 4fb5ccf Compare November 2, 2018 22:20
@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

2 similar comments
@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov
Copy link
Contributor Author

apple/swift-lldb#1027
@swift-ci Please smoke test

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