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

switch ranges #12

Open
bscarlet opened this issue Jun 18, 2013 · 1 comment
Open

switch ranges #12

bscarlet opened this issue Jun 18, 2013 · 1 comment

Comments

@bscarlet
Copy link
Owner

The C++ includes nascent (as of LLVM 3.2) support for ranges of values in switch statements, to avoid needing many duplicate cases all going the same place. Add similar support to the ADT and FFI plumbing.

@bscarlet
Copy link
Owner Author

llvm switch ranges don't work as of 3.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant