Do not silenty create an error expression, if the second argument of __builtin_va_sta...
[cparser] / walk.c
2012-04-24 Christoph MallonFix walk_statement(): Walk the expression(s) of case...
2012-04-24 Christoph MallonRename EXPR_REFERENCE_ENUM_VALUE to EXPR_ENUM_CONSTANT.
2012-03-29 Christoph MallonSplit computed gotos (STATEMENT_COMPUTED_GOTO) from...
2012-03-29 Christoph MallonFix: Walk the expression of computed goto statements...
2012-03-28 Christoph MallonMake our multi-case macros nicer for code beautifiers.
2011-08-13 Matthias Braunremove ENTITY_INVALID
2011-08-13 Matthias Braunrename STATEMENT_INVALID to STATEMENT_ERROR
2011-08-13 Matthias Braunremove EXPR_INVALID, EXPR_ERROR is enough
2011-08-13 Matthias Braunremove TYPE_INVALID, TYPE_ERROR is enough
2011-08-12 Matthias Braundifferentiate between EXPR_INVALID and EXPR_ERROR
2011-08-12 Matthias Braunfix walking code trying to dereference some NULL pointers
2011-08-11 Matthias Braunimprove ast-walk infrastructure