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

[ObjC] Fix AST serialization for pseudo-strong parameters #1320

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

epilk
Copy link

@epilk epilk commented Jun 9, 2020

This bit was assumed to be always false for ParmVarDecls, but attribute
objc_externally_retained now can produce it.

Differential revision: https://reviews.llvm.org/D74417

This bit was assumed to be always false for ParmVarDecls, but attribute
objc_externally_retained now can produce it.

Differential revision: https://reviews.llvm.org/D74417
@epilk
Copy link
Author

epilk commented Jun 9, 2020

@swift-ci test

@epilk epilk merged commit bf8b1ac into apple/stable/20200108 Jun 9, 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.

2 participants