ast2firm: Implement casting from complex to real types.
[cparser] / diagnostic.c
2012-12-15 Christoph Malloncleanup: Reduce variable scope.
2012-12-15 Christoph Mallonwarning: Add the switch -Wsystem to show warnings in...
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2012-12-01 Matthias Braunrename source_position_t to position_t, rename members...
2012-11-13 Christoph Mallondiagnostic: Allow passing no position or only a filenam...
2012-11-09 Christoph MallonAdd missing \n after printing a warning when using...
2012-11-08 Christoph MallonAdd separator_t to aid printing lists with separators.
2012-06-20 Matthias Braunrework preprocessor token number
2012-06-17 Matthias Braunfix error output for unknown non-ascii characters
2012-06-17 Matthias Brauntypedef token_kind_t as int
2012-06-14 Christoph MallonRemove redundant assignments to curr_pos.
2012-06-14 Christoph MallonRemove the write-only variable diagnostic_count.
2012-06-14 Christoph MallonMake diagnosticvf() slightly more efficient by using...
2012-05-23 Christoph MallonImplement %0*X in diagnosticvf().
2011-09-05 Matthias Braunparse line-directive flags to detect system headers
2011-08-09 Matthias Brauntransform token_t into a union (similar to ast-nodes)
2011-07-14 Matthias Braunfix a few warnings reported by cparser
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-22 Christoph MallonImplement -f[no-]diagnostics-show-option.
2011-06-21 Christoph MallonMake warning switch parsing compatible to GCC: -W[no...
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-04 Christoph MallonFeature: Show the column number in diagnostic messages.
2011-06-04 Christoph MallonRename the attribute linenr of struct source_position_t...
2011-06-04 Christoph MallonReduce code duplication for printing diagnostics.
2011-05-16 Christoph MallonCorrent whitespace inconsistencies when printing type...
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
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.