Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-20 | Remove some unused variables | Michael Forney | |
2019-02-15 | Some small cleanups | Michael Forney | |
2019-02-15 | Don't embed anonymous struct members into parent | Michael Forney | |
While this works nicely for structs, when unions are involved it makes it impossible to find the next member to initialize without keeping track of extra data per member. | |||
2019-02-15 | Fix some potential uninitialized fields | Michael Forney | |
2019-02-14 | Allow initializing array with longer strings | Michael Forney | |
2019-02-13 | Ignore qualifiers when parsing initializers | Michael Forney | |
2019-02-12 | Initial import | Michael Forney | |