always transmit const source_position_t * instead of source_position_t
[cparser] / format_check.c
2008-03-19 Michael Beckalways transmit const source_position_t * instead of...
2008-03-19 Michael Beckrenamed format option, added nonnull option
2008-03-16 Michael Beckrecognize microsoft format specifiers in MS mode
2008-03-14 Michael Beckformat checker can now handle normal and wide strings
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
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...