Skip to content

ABI/API checker: populate several lazily computed attributes to nodes #26940

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
Aug 29, 2019

Conversation

nkcsgexi
Copy link
Contributor

ABI/API checker should check semantic differences of two modules.
Adhering too strictly to the actual ASTs could yield false positives. This
patch populates ObjC, Dynamic and Final to the attribute list if AST
APIs say so.

rdar://50217247

@nkcsgexi
Copy link
Contributor Author

@swift-ci please smoke test

@nkcsgexi nkcsgexi force-pushed the populate-attribute branch from b913920 to e1c73c3 Compare August 29, 2019 22:21
ABI/API checker should check semantic differences of two modules.
Adhering too strictly to the actual ASTs could yield false positives. This
patch populates ObjC, Dynamic and Final to the attribute list if AST
APIs say so.

rdar://50217247
@nkcsgexi nkcsgexi force-pushed the populate-attribute branch from e1c73c3 to 1e173d8 Compare August 29, 2019 22:24
@nkcsgexi
Copy link
Contributor Author

@swift-ci please smoke test

@jrose-apple
Copy link
Contributor

cc @slavapestov

@nkcsgexi nkcsgexi merged commit 50147c4 into swiftlang:master Aug 29, 2019
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