|
Repo Added
|
Files
244
|
Badge
README BADGES
|
github
13946 of 14897 relevant lines covered (93.62%)
82612.91 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 31833442758 | fix/pointer-compound-assign-subscript | fix: scale pointer +=/-= and accept i[p] p += n reuses the same additive IR as p + n. E1[E2] is *(E1+E2): the plan names the base operand so codegen and static fold do not assume left is the array. | Pull #206 | github |
93.62 |