Age | Commit message (Expand) | Author |
---|---|---|
2019-04-14 | Initial support for loading/storing bit-fields | Michael Forney |
2019-04-13 | Revert "Fold constexpr function into intconstexpr" | Michael Forney |
2019-04-06 | Track type qualifiers separately | Michael Forney |
2019-04-06 | Separate unqualified type and qualifiers in struct decl | Michael Forney |
2019-04-06 | Separate unqualified type and qualifiers in struct member | Michael Forney |
2019-04-06 | Separate unqualified type and qualifiers in struct param | Michael Forney |
2019-04-06 | Separate unqualified type and qualifiers in struct expr | Michael Forney |
2019-04-05 | expr: Use separate fields for lvalue and decayed instead of flags | Michael Forney |
2019-04-04 | Move type definitions to the top of cc.h | Michael Forney |
2019-04-04 | Use `enum tokenkind` for op in struct expr | Michael Forney |
2019-04-04 | Remove unnecessary forward struct declarations | Michael Forney |
2019-04-04 | Merge headers into cc.h | Michael Forney |