Skip to content

Fix the numeric types used for array types

Latest
Compare
Choose a tag to compare
@elliottt elliottt released this 25 Aug 05:08
· 127 commits to master since this release

The type used internally in llvm for array bounds is uint64_t, but llvm-pretty was using Int32. #74 fixed this problem, but introduced a change that necessitated a major version bump.