type: Make an assert()ion independent of the last entry of an enum.
[cparser] / walk.c
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2012-12-10 Matthias Braunfix coding style
2012-10-30 Christoph MallonLet panic() print file, line and function.
2012-10-18 Christoph MallonRename the member statement of struct function_t to...
2012-09-03 Christoph MallonRemove the AST node for while, use the one for for...
2012-06-14 Christoph MallonMerge INITIALIZER_WIDE_STRING into INITIALIZER_STRING.
2012-06-05 Christoph MallonMerge EXPR_LITERAL_WIDE_CHARACTER into EXPR_LITERAL_CHA...
2012-06-05 Christoph MallonUse struct string_literal_expression_t instead of struc...
2012-05-23 Christoph MallonRecord the encoding in string_literal_expression_t...
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