parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / lextest /
2007-12-10 Christoph MallonFix test reference data.
2007-11-28 Matthias Braunadd some tests/stuff that was lying around here
2007-11-21 Matthias Braunuse strtol/strtod for lexing numbers
2007-11-16 Matthias Braunfix another bug in list handling of environment stack
2007-11-14 Matthias Braunimplement atomic entity initialisation
2007-09-23 Matthias Braunfilter trigraphs in advance and simplify lexer code...
2007-06-19 Matthias Braunchanged the way preprocessing directives are parsed
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...
2007-06-10 Matthias Braunadjust trigraphs test
2007-06-10 Matthias Braunrecognizre preprocessor hashs
2007-06-10 Matthias Braunfix multiline comment parsing, extended comment test
2007-06-10 Matthias Braunextended linefeed test
2007-06-10 Matthias Braunlinefeed tests, enhanced symbols test
2007-06-09 Matthias Braunautomated tests
2007-06-09 Matthias Braunmore fixes, lexer should now be correct
2007-06-09 Matthias Braunimprove lexer
2007-06-09 Matthias BraunInitial import of c parser