You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it always does an FFI call to clang_getPointeeType but this is invalid if this type is not a pointer type. We should check that, and if it isn't return None, and if it is make the FFI call and return Some.
I can mentor whoever is interested in working on this.
The text was updated successfully, but these errors were encountered:
Right now it always does an FFI call to
clang_getPointeeType
but this is invalid if this type is not a pointer type. We should check that, and if it isn't returnNone
, and if it is make the FFI call and returnSome
.I can mentor whoever is interested in working on this.
The text was updated successfully, but these errors were encountered: