-
Notifications
You must be signed in to change notification settings - Fork 68
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
Support hint sizes of arrays #444
Comments
In fact, variable array structs are rarely used in a public C header, so I guess maybe it's OK to merge that PR. |
Thank you @Gnimuc very much for your swift response. No hurry. We can just remove the sizes for the moment while waiting for a solid implementation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Clang.jl maintainers,
First of all, thank you very much for this wonderful package!
This issue is motivated by the following discussion:
#443
It might be desirable to support
double A[m*n]
, which is already supported by Clang, and is informative and user-friendly.In PRIMA, such expressions are used in the public header
prima.h
. We will remove them for the moment in order to user Clang.jl. However, we do hope to restore them in the future when Clang.jl supports. See libprima/prima#76.Thanks.
Zaikun
The text was updated successfully, but these errors were encountered: