fix cases where compoundlits are constant/get an entity
[cparser] / tokens_preprocessor.inc
2012-07-06 Christoph MallonImplement #include_next.
2012-07-06 Christoph MallonProperly test for a valid identifer after #define and...
2012-06-20 Matthias Braunrework preprocessor token number
2012-06-05 Christoph MallonRemove the unused TP_PUNCTUATOR.
2012-05-23 Christoph MallonMerge TP_WIDE_CHARACTER_CONSTANT into TP_CHARACTER_CONS...
2012-05-23 Christoph MallonMerge TP_WIDE_STRING_LITERAL into TP_STRING_LITERAL.
2012-05-18 Matthias Braunpreprocessor: rework headername parsing
2011-08-09 Matthias Brauntransform token_t into a union (similar to ast-nodes)
2011-08-09 Matthias Braunredo preprocessor output concerning spaces,newlines
2008-10-26 Christoph MallonAdd C++ keywords.
2008-03-18 Michael Beckremoved all EXPR_FUNCTION-alikes and replaced by EXPR_F...
2008-03-13 Michael Beckimplemented anchor set
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2007-12-29 Michael Beckadd preprocessor tokens for STDC pragma and vararg...
2007-12-04 Michael Beck- add mostly all GCC/MSVC keywords
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...