Age | Commit message (Expand) | Author |
---|---|---|
2020-06-05 | Help gcc see that variables are not used uninitialized | Michael Forney |
2020-03-18 | token: Handle TEOF in tokendesc | Michael Forney |
2020-03-17 | token: Add TOTHER for other non-whitespace tokens | Michael Forney |
2020-03-17 | pp: Add support for macro definition and expansion | Michael Forney |
2020-03-16 | token: Add tokencheck utility function | Michael Forney |
2020-03-16 | token: Rename some functions | Michael Forney |
2019-08-13 | scan: Add `::` operator | Michael Forney |
2019-08-13 | decl: Separate _Static_assert handling to its own function | Michael Forney |
2019-04-29 | Add __asm__ keyword | Michael Forney |
2019-04-29 | Add __typeof__ to tokstr | Michael Forney |
2019-04-23 | expr: Use tokstr in ++/-- operator error messages | Michael Forney |
2019-04-17 | Improve token descriptions in errors | Michael Forney |
2019-04-04 | Merge headers into cc.h | Michael Forney |
2019-02-13 | Make __builtin_va_list a built-in declaration, not keyword | Michael Forney |
2019-02-12 | Initial import | Michael Forney |