| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix function types | Michael Matz | 2017-07-14 | 1 | -0/+5 |
| | | | | | | various cases of function type uses were broken by recent attribute refactoring, this fixes and adds testcases for them. | ||||
| * | tccgen.c: Allow type attributes to prefix enum/struct/union name | Vlad Vissoultchev | 2016-04-06 | 1 | -0/+14 |
| From gcc docs: "You may also specify attributes between the enum, struct or union tag and the name of the type rather than after the closing brace." Adds `82_attribs_position.c` in `tests/tests2` | |||||
