fix uninitialized variable breaking implicitely defined functions
[cparser] / main.c
2007-11-14 Christoph MallonRun control flow optimisation once, because the backend...
2007-11-14 Matthias Braundump keepalive edges
2007-11-14 Matthias Braunmore work on semantic analysis
2007-11-12 Matthias Braunfix while statement_to_firm
2007-11-12 Matthias Braunlink output
2007-11-12 Matthias Braunmore work on firm backend
2007-09-28 Matthias BraunMore work on cparser:
2007-09-08 Matthias Braunadd --print_ast option
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-07-21 Matthias Braunrefactored lexer code
2007-07-14 Matthias Braunmore work on parser, stdio.h is fully parsed now
2007-06-19 Matthias Braunchanged the way preprocessing directives are parsed
2007-06-17 Matthias Braunmore work on parser
2007-06-16 Matthias Braunmore work on parser
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...
2007-06-09 Matthias BraunInitial import of c parser