fix cases where compoundlits are constant/get an entity
[cparser] / preprocessor.h
2012-07-09 Christoph MallonImplement -idirafter.
2012-07-09 Christoph MallonRecord and handle, whether a search path is a system...
2012-07-09 Matthias Braunbetter search paths handling; respect -I
2012-07-06 Christoph MallonImplement #include_next.
2012-07-05 Matthias Braunrework compilation loop, use our preproc for -E
2012-07-05 Matthias Braunmake pp_token emit API public
2012-06-20 Christoph MallonReplace the old lexer by the new preprocessor.