more parsetests
[cparser] / format_check.c
2007-12-17 Matthias Braunrename the statement_base_t statement to base in the...
2007-12-17 Matthias Braunrename datatype to type in expression_base_t, rename...
2007-12-14 Michael Beck- renamed context_t to the more logical scope_t
2007-12-14 Christoph MallonConsider type qualifiers to avoid incorrect format...
2007-12-14 Christoph MallonRemove stray \n.
2007-12-13 Christoph MallonImplement a new agile warning framework.
2007-12-13 Christoph MallonUse the error type consistently.
2007-12-10 Christoph MallonThe ' '-flag (space) is allowed for signed conversions.
2007-12-10 Christoph MallonHandle pointer types correctly in the format checker...
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-07 Christoph MallonNew diagnostic functions diagnosticf(), errorf() and...
2007-12-06 Michael Beckrenamed *_type_t enums to *_kind_t
2007-12-05 Michael Beckfixed icc warnings
2007-12-05 Christoph MallonAdd a (partial) format string checker for wide string...