- 2009 patch
[cparser] / walk_statements.c
2009-04-07 Michael Beck- 2009 patch
2009-01-03 Michael Beck- implemented va_copy(), needed for C99
2008-12-27 Michael BeckRemoved EXPR_BUILTIN_SYMBOL: Builtins are now predefine...
2008-12-21 Michael Beck- implemented __builtin_prefetch()
2008-12-18 Christoph MallonImplement __builtin_types_compatible_p().
2008-12-18 Michael Beck- reimplemented __builtin_frame_address() and __builtin...
2008-12-18 Christoph MallonAdd some more bits for EXPR_BUILTIN_ADDRESS.
2008-12-17 Christoph MallonSlightly simplify traversing declaration lists.
2008-12-13 Christoph MallonRemove the unused STATEMENT_LOCAL_LABEL/struct local_la...
2008-12-12 Christoph MallonAdhere in the expression walker that __builtin_prefetch...
2008-11-29 Christoph MallonResolve several null pointer accesses, when encounterin...
2008-11-16 Christoph MallonDo not panic, when the expression walker of the stateme...
2008-11-01 Matthias Braunconditional expressions true case may be NULL as a...
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-10-27 Christoph MallonParse and check semantic of throw expressions.
2008-10-21 Christoph MallonImplement a statement walker.