- 2009 patch
[cparser] / diagnostic.c
2009-04-07 Michael Beck- 2009 patch
2008-12-17 Christoph MallonPut { of function on separate line.
2008-11-29 Christoph MallonUse fprintf and %lc to output a wchar_t.
2008-11-29 Christoph MallonRevert r24133.
2008-11-29 Matthias Braun- Mixing wchar and normal output is forbidden by the...
2008-11-04 Matthias Braunmodifier to print preprocessing token
2008-10-26 Christoph MallonChange -w so that warnings can be activated again later on.
2008-09-12 Michael Beckadd %u specifier
2008-08-07 Matthias Braunfix for error44
2008-03-20 Michael BeckBugFix: fix #k output
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-03-06 Matthias Braunremove loop_unrolling opt
2008-02-20 Matthias Brauncommit some files I forgot
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 Matthias Braunadd %Y diagnostic modifier for symbols and make use...
2007-12-08 Matthias Braunstarted working on bitfields
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.