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

cpp: export callbacks with custom return types #24

Open
ftynse opened this issue Oct 5, 2017 · 0 comments
Open

cpp: export callbacks with custom return types #24

ftynse opened this issue Oct 5, 2017 · 0 comments

Comments

@ftynse
Copy link
Member

ftynse commented Oct 5, 2017

Current callback support assumes callbacks return isl_stat, which is not remotely the case everywhere.
In particular, schedule tree traversals and ast_build may return either isl_bool or the same type as the first argument of the callback.

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

No branches or pull requests

1 participant