Skip to content

Convert a clang::Module to non-const to account for a clang API change #30953

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 10, 2020

Conversation

adrian-prantl
Copy link
Contributor

An upstream clang changed ASTSourceDescriptor to not have a const
Module pointer. const_cast here to make this agree.

(cherry picked from commit a49bcee)

An upstream clang changed ASTSourceDescriptor to not have a const
Module pointer. const_cast here to make this agree.

(cherry picked from commit a49bcee)
@adrian-prantl
Copy link
Contributor Author

test with swiftlang/llvm-project#1060
@swift-ci test

@adrian-prantl adrian-prantl requested a review from fredriss April 10, 2020 16:31
@adrian-prantl
Copy link
Contributor Author

test with swiftlang/llvm-project#1060
@swift-ci test

@adrian-prantl
Copy link
Contributor Author

test with swiftlang/llvm-project#1060
@swift-ci test

@fredriss fredriss merged commit 503da8f into swiftlang:master Apr 10, 2020
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