| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | frontend: allow folding some non constant expressions as a GNU extension | 14 days | 1 | -0/+7 | |
| | | | | | And also permit zero size objects | ||||
| * | c: fix some more static initializer edge cases | 14 days | 1 | -0/+6 | |
| | | |||||
| * | c: fix some compatible type declarations | 2026-04-18 | 1 | -0/+13 | |
| When K&R prototypes are present, definition of compatible types and composite types becomes recursive. For example `int f(int (*)())` should be compatible with `int f(int (*)(int))` etc | |||||