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
If the runtime tracks a type with type id < 0 incorrect typen ame and static type size are returned.
TypeDB::isBuiltinType needs a check with lower and upper bound.
TypeDB::isBuiltinType
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
64d9594
ahueck
No branches or pull requests
If the runtime tracks a type with type id < 0 incorrect typen ame and static type size are returned.
Fix
TypeDB::isBuiltinType
needs a check with lower and upper bound.The text was updated successfully, but these errors were encountered: