simple support for __attribute__((alias("symbol")))
[cparser] / diagnostic.h
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2012-12-01 Matthias Braunrename source_position_t to position_t, rename members...
2012-06-14 Christoph MallonRemove the write-only variable diagnostic_count.
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-22 Christoph MallonImplement -f[no-]diagnostics-show-option.
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-06-21 Christoph MallonAdd %N and %#N for printing entities to diagnosticf().
2011-06-21 Christoph MallonSort format specifiers in comment for diagnosticf(...
2011-06-04 Christoph MallonFeature: Show the column number in diagnostic messages.
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2009-04-07 Michael Beck- 2009 patch
2008-10-26 Christoph MallonChange -w so that warnings can be activated again later on.
2008-08-16 Christoph MallonCorrect comment.
2008-08-09 Christoph MallonFix comment.
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.