always transmit const source_position_t * instead of source_position_t
[cparser] / diagnostic.h
2008-03-19 Michael Beckalways transmit const source_position_t * instead of...
2008-03-18 Michael Beckno more multi-line errors/warnings
2008-03-14 Michael Beck- add __declspec restrict and noalias
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2007-12-13 Christoph MallonImplement a new agile warning framework.
2007-12-11 Michael Beckoptions -w and -Wfatal-errors implemented
2007-12-11 Michael Beck-Werror implemented
2007-12-08 Michael Beck- some doxygen comments added
2007-12-07 Christoph MallonNew diagnostic functions diagnosticf(), errorf() and...
2007-12-05 Christoph MallonPut some diagnostic functions into a separate file.