Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assertions seen in clang13 due to type mismatches.
When we synthesize the 0 constant we do not take into account if the corresponding type matches to IntTy. In case it does not match we need to add the necessary implicit casts. This patch fixes an issue that became visible after landing PR #655.
- Loading branch information