Skip to content

[clangimporter] Include clang/AST/ASTContext.h to fix master-next build. #30882

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
merged 1 commit into from
Apr 8, 2020
Merged

[clangimporter] Include clang/AST/ASTContext.h to fix master-next build. #30882

merged 1 commit into from
Apr 8, 2020

Conversation

enferex
Copy link

@enferex enferex commented Apr 8, 2020

This patch fixes a build issue on swift:master-next. Specifically, a translation unit that seems to include code from SwiftAbstractBasicReader.h (which Deserialization.cpp) includes. The ASTContext used in that unit is incomplete otherwise.

I don't have commit access, and it seems that is required to get the swift-ci to start testing, but I'll try anyways :)
@swift-ci Please smoke test

@compnerd
Copy link
Member

compnerd commented Apr 8, 2020

@swift-ci please test

@lanza lanza merged commit ec92835 into swiftlang:master Apr 8, 2020
@enferex enferex deleted the fix-include branch April 8, 2020 19:06
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.

3 participants