Improve diagnostic handling: Add [-Wfoo] and -Werror-foo.
[cparser] / preprocessor.c
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2011-06-04 Christoph MallonRename the attribute linenr of struct source_position_t...
2011-02-04 Christoph MallonWhitespace fixes.
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2008-12-17 Christoph MallonPut { of function on separate line.
2008-12-11 Christoph MallonResolve warnings.
2008-11-14 Michael Beck- fixed a lot of 'enum type mixed with ...' warnings
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-07 Matthias Braunmore work towards expansion of macros with arguments
2008-11-04 Matthias Braunfix parsing of define argument lists, fix subtle proble...
2008-11-03 Matthias Braunif(n)def implementation
2008-11-03 Matthias Braunimplemented #include
2008-11-02 Matthias Braunadd beginnings of preprocessor code (and ugly hack...