Adapted cparser to CopyB lowering changes.
[cparser] / preprocessor.c
2011-08-19 Christoph MallonSimplify sizeof(x) / sizeof(x[0]) to lengthof(x).
2011-08-09 Matthias Braunpreprocessor: escape sequence, octal parsing in utf32
2011-08-09 Matthias Braunmove grow_symbol function into unicode.h
2011-08-09 Matthias Brauntransform token_t into a union (similar to ast-nodes)
2011-08-09 Matthias Braunstart working on include searchpath management
2011-08-09 Matthias Braunredo preprocessor output concerning spaces,newlines
2011-08-09 Matthias Braundo not add searchpath stuff into parse_headername
2011-08-09 Matthias Braunadapt preprocessor to coding standards
2011-08-09 Matthias Braunpreprocessor: cleanup, use new input functions
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-22 Christoph MallonSimplify some do-while-0 macros.
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...