We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Querying type info has an overflow of an unsigned type in getTypeInfo when resolving internal types of structs.
getTypeInfo
struct Datastruct { int start; double middle; float end; }; __typeart_alloc((const void*)&data, 257, 1); typeart_status status = typeart_get_type((const void*)&data.middle, &id_result, &count_check);
The text was updated successfully, but these errors were encountered:
Merge PR #69 from feat/omp
870e4ab
openmp support, see #10 - Passes: Handle OpenMP codegen in LLVM IR - Runtime: (optional) thread-safety - Add extended testing/CI - Test thread-safety (with sanitizers) - Various bug fixes/improvements: #67, #65, #63, #60, #58
4491571
ahueck
No branches or pull requests
Querying type info has an overflow of an unsigned type in
getTypeInfo
when resolving internal types of structs.Trigger example
The text was updated successfully, but these errors were encountered: