Age | Commit message (Expand) | Author |
2022-05-19 | Add unreachable returns to silence compiler warnings | Michael Forney |
2022-05-11 | expr: Implement type-checking for casts and assignments | Michael Forney |
2022-03-22 | init: Allow empty initializers | Michael Forney |
2022-01-22 | Port to C99 | Michael Forney |
2021-09-29 | Use unsigned long long for sizes and offsets | Michael Forney |
2021-09-13 | qbe, init: Handle prefixed string literals | Nihal Jere |
2021-05-02 | expr: Include NUL-terminator in string expression data | Michael Forney |
2020-06-05 | Help gcc see that variables are not used uninitialized | Michael Forney |
2019-04-27 | init: Allow string literal initializers to be in braces | Michael Forney |
2019-04-24 | Use a common member for expression base | Michael Forney |
2019-04-21 | Keep track of type properties in type | Michael Forney |
2019-04-17 | Implement bit-field initializers | Michael Forney |
2019-04-15 | init: Remove some unused includes | Michael Forney |
2019-04-15 | init: Improve parseinit performance for sequential initializers | Michael Forney |
2019-04-14 | init: Error on bit-field initializers for now | Michael Forney |
2019-04-06 | Track type qualifiers separately | Michael Forney |
2019-04-05 | expr: Use separate fields for lvalue and decayed instead of flags | Michael Forney |
2019-04-04 | Merge headers into cc.h | Michael Forney |
2019-03-15 | Start to handle overlapping initializers | Michael Forney |
2019-03-14 | Abbreviate tag names | Michael Forney |
2019-03-12 | Allow string literals to initialize any array with character type | Michael Forney |
2019-03-01 | init: Check for incomplete types | Michael Forney |
2019-02-24 | Check for negative array lengths/indices | Michael Forney |
2019-02-22 | Fix size of incomplete array types initialized with strings | Michael Forney |
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 |
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 |