Skip to content

SR-1101 : clang 3.9 doesn't allow typeof on bit-field #77

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

Conversation

dgrove-oss
Copy link
Contributor

Avoid using an expression whose type is a bitfield in
macros like slowpath or dispatch_assert that internally
use typeof on their argument expression.

Avoid using an expression whose type is a bitfield in
macros like slowpath or dispatch_assert that internally
use typeof on their argument expression.
@dgrove-oss
Copy link
Contributor Author

pull request for experimental/foundation branch so it will build with clang 3.9.

@dgrove-oss dgrove-oss merged commit 7459cde into swiftlang:experimental/foundation Jun 8, 2016
@dgrove-oss dgrove-oss deleted the SR-1101-for-experimental-foundation branch June 8, 2016 17:46
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